Ignore:
Timestamp:
11 Jan 2012, 09:49:58 (13 years ago)
Author:
Henrik Bettermann
Message:

Backup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/static/waeup-base.css

    r7447 r7449  
    44'waeuptheme-<SOME-NAME>.css' and include a utility and a resource in theming.py
    55and resources.py respectively. */
     6
     7/* bootstrap.min customizations */
    68
    79body {
     
    1921}
    2022
    21 .form-table td {
    22   padding: 5px 5px 4px;
    23   border-top: none;
    24 }
    25 
    26 .error {
    27   color: red;
    28 }
    2923
    3024select {
     
    3226}
    3327
     28 /* IE doesn't like the footer tag*/
     29.footer {
     30  padding-top: 17px;
     31  border-top: 1px solid #eee;
     32  margin-top: 50px;
     33}
    3434
    3535 /* dataTables stuff */
     
    4040}
    4141
     42table.display {
     43    margin-top: 25px;
     44}
     45
    4246 /* SIRP stuff */
     47
     48.error {
     49  color: red;
     50}
    4351
    4452.form-table {
     
    4654}
    4755
     56.form-table td {
     57  padding: 5px 5px 4px;
     58  border-top: none;
     59}
     60
    4861.fieldname {
    4962  width: 25%;
    5063}
     64
     65.workflow {
     66  border:1px solid #1fdf00;
     67  background-color:#bbffb6;
     68  font-family: courier;
     69  font-size: 80%;
     70  padding: 4px;
     71  margin-bottom: 8px;
     72  line-height: 16px;
     73}
Note: See TracChangeset for help on using the changeset viewer.