Ignore:
Timestamp:
30 Jan 2014, 13:59:56 (11 years ago)
Author:
Henrik Bettermann
Message:

More adjustments in applicants module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css

    r11009 r11011  
     1/* Customized Bootstrap styles */
     2
    13body {
    24    background-color: #f5f5f5;
     
    2830}
    2931
    30 .wfstatus {
    31     float: right;
    32 }
    33 
    34 .kofa-sidebar,
    35 .kofa-content-narrow , .kofa-breadcrumbs-box {
    36     padding: 0px 5px 0px 5px;
    37 }
    38 
    39 .kofa-content-wide {
    40     padding: 5px 15px;
    41 }
    42 
    4332.well {
    4433    padding: 0px 5px 20px 5px;
     
    4837}
    4938
     39.alert {
     40  margin-bottom: 10px;
     41  margin-top: 10px;
     42}
     43
     44.wfstatus {
     45    float: right;
     46}
     47
     48/* Kofa styles */
     49
     50.kofa-sidebar,
     51.kofa-content-narrow , .kofa-breadcrumbs-box {
     52    padding: 0px 5px 0px 5px;
     53}
     54
     55.kofa-content-wide {
     56    padding: 5px 15px;
     57}
     58
     59.workflow {
     60  border:1px solid #1fdf00;
     61  background-color:#bbffb6;
     62  font-family: courier;
     63  font-size: 100%;
     64  padding: 4px;
     65  margin-bottom: 8px;
     66  line-height: 16px;
     67}
     68
    5069.kofa-breadcrumbs-box .well {
    5170    padding: 5px 5px 5px 5px;
     
    5978    color: #BFBFBF;
    6079    font-size: 18px;
    61 }
    62 
    63 .alert {
    64   margin-bottom: 10px;
    65   margin-top: 10px;
    6680}
    6781
     
    128142    padding: 6px 12px;
    129143    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    130     width: 100%;
    131144    margin: 0px 4px 0px 0px;
     145    width: 100%;
    132146}
    133147
     
    152166}
    153167
    154 .ordered-selection-field select , .inline-selection-field select,
    155 td select {
     168.ordered-selection-field select , .inline-selection-field select {
    156169    width: 100%;
    157170}
Note: See TracChangeset for help on using the changeset viewer.