Projects
Kolab:3.4
kolab-webadmin
0002-Define-max-width-for-select-fields.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-Define-max-width-for-select-fields.patch of Package kolab-webadmin (Revision 48)
Currently displaying revision
48
,
Show latest
From 1e9c4d1a80785895294a4503517fb51dfa2d8d70 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <machniak@kolabsys.com> Date: Fri, 10 Oct 2014 20:07:36 +0200 Subject: [PATCH 2/3] Define max-width for select fields --- public_html/skins/default/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public_html/skins/default/style.css b/public_html/skins/default/style.css index fcb47e5..2452eaf 100644 --- a/public_html/skins/default/style.css +++ b/public_html/skins/default/style.css @@ -120,6 +120,10 @@ table.form td { padding: 1px 5px; } +table.form select { + max-width: 500px; +} + table.form tr.required input, table.form tr.required select, table.form tr.required textarea { -- 1.9.3
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.