File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
interface/web/themes/default/css/screen Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 100100.uniForm .col .last { width : 49% ; /* <- Required property */ float : right; clear : none; margin-right : 0 ; }
101101
102102/* Messages */
103- .uniForm # errorMsg { background : # ffdfdf ; border : 1px solid # df7d7d ; border-width : 1px 0 ; margin : 0 0 1.5em 0 ; padding : 7px ; }
103+ .uniForm # errorMsg { background : # ffdfdf ; border : 1px solid # df7d7d ; border-width : 1px 0 ; margin : 1.5 em 0 1.5em 0 ; padding : 7px ; }
104104.uniForm .error { background : # ffdfdf ; border : 1px solid # df7d7d ; border-width : 1px 0 ; }
105105
106106 .uniForm # errorMsg dt , .uniForm # errorMsg h3 { margin : 0 0 .5em 0 ; font-size : 100% ; line-height : 100% ; font-weight : bold; }
109109 .uniForm # errorMsg ol li { margin : 0 ; padding : 2px ; list-style-position : inside; border-bottom : 1px dotted # df7d7d ; position : relative; }
110110 .uniForm .errorField { color : # af4c4c ; margin : 0 0 6px 0 ; padding : 4px ; background : # ffbfbf ; }
111111
112- .uniForm # OKMsg { background : # C8FFBF ; border : 1px solid # A2EF95 ; border-width : 1px 0 ; margin : 0 0 1.5em 0 ; padding : 7px ; }
112+ .uniForm # OKMsg { background : # C8FFBF ; border : 1px solid # A2EF95 ; border-width : 1px 0 ; margin : 1.5 em 0 1.5em 0 ; padding : 7px ; }
113113 .uniForm # OKMsg p { margin : 0 ; }
114114
115115/*
@@ -122,7 +122,9 @@ YOU CAN VERY EASILY REVERT TO A GENERIC STYLE OF UNI-FORM. BEST OF LUCK...
122122
123123/* This is the main unit that contains our form elements */
124124
125- .uniForm .textInput , .uniForm select , .uniForm textarea {
125+ .uniForm .textInput , .uniForm . selectInput , .uniForm textarea {
126126 background : # FFFFFF none repeat scroll 0 0 ;
127127 border : 2px solid # DFDFDF ;
128+ padding : 2px ;
128129}
130+
You can’t perform that action at this time.
0 commit comments