~replaceafill/ubuntu/trusty/schooltool/2.8_custom-css

« back to all changes in this revision

Viewing changes to src/schooltool/skin/flourish/resources/form.css

  • Committer: Gediminas Paulauskas
  • Date: 2014-04-18 16:25:33 UTC
  • mfrom: (1.1.33)
  • Revision ID: menesis@pov.lt-20140418162533-noklnc6b89w2epee
Tags: 1:2.7.0-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
}
94
94
 
95
95
form fieldset .row .widget input.text-widget,
 
96
input.text-widget,
96
97
form fieldset .row .widget input[type="text"],
97
98
form fieldset .row .widget input.password-widget,
98
99
form fieldset .row .widget input[type="password"] {
101
102
}
102
103
 
103
104
form fieldset .row .widget input.text-widget,
 
105
input.text-widget,
104
106
form fieldset .row .widget input[type="file"],
105
107
form fieldset .row .widget input[type="text"],
106
108
form fieldset .row .widget input.password-widget,
111
113
}
112
114
 
113
115
form fieldset .row .widget input.text-widget:focus,
 
116
input.text-widget:focus,
114
117
form fieldset .row .widget input[type="text"]:focus,
115
118
form fieldset .row .widget input.password-widget:focus,
116
119
form fieldset .row .widget input[type="password"]:focus,
233
236
    padding: 0 8px;
234
237
    background: none;
235
238
}
 
239
 
 
240
/* XXX: used in temporal relationship tables */
 
241
 
 
242
form .temporal-relationship-button-options fieldset {
 
243
    padding: 8px;
 
244
}