add padding for <option> in webif stylesheet
authorFelix Fietkau <nbd@openwrt.org>
Sun, 22 Jan 2006 20:36:22 +0000 (20:36 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 22 Jan 2006 20:36:22 +0000 (20:36 +0000)
SVN-Revision: 3036

openwrt/package/webif/files/www/webif.css

index ff1207d56071eb7b12289fdea91a4003b52321f4..599946d97ee7a4f44ccd472ba580f76209e07d4f 100644 (file)
@@ -44,6 +44,10 @@ th {
        text-align: left;
 }
 
+option {
+       padding-right: 1em;
+}
+
 .selected-maincat {
        font-weight: bold;
 }