static/irclogs.css
changeset 60 759369a79527
parent 58 ce028d356e1f
child 61 d4b2b2fa9fc5
equal deleted inserted replaced
59:8ec729c5d998 60:759369a79527
   221 
   221 
   222 table.calendar td#today {
   222 table.calendar td#today {
   223     font-weight: bold;
   223     font-weight: bold;
   224 }
   224 }
   225 
   225 
   226 
   226 /* Preferences form */
       
   227 fieldset {
       
   228     background-color: #e8e8e8;
       
   229 
       
   230     margin-bottom: 1em;
       
   231 }
       
   232 
       
   233 legend {
       
   234     padding: 0.2em 0.5em;
       
   235     
       
   236     background-color: inherit;
       
   237     border: inherit;
       
   238 }
       
   239 
       
   240 label {
       
   241     display: block;
       
   242     float: left;
       
   243 
       
   244     width: 8em;
       
   245     margin-right: 0.5em;
       
   246 
       
   247     text-align: right;
       
   248 }
       
   249 
       
   250 fieldset input,
       
   251 fieldset select {
       
   252     width: 15em;
       
   253 }
       
   254 
       
   255 input[type=submit] {
       
   256     width: 8em;
       
   257 }
       
   258 
       
   259 fieldset span.example {
       
   260     font-size: x-small;
       
   261 
       
   262     margin-left: 1em;
       
   263 }