source: main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css @ 10957

Last change on this file since 10957 was 10957, checked in by Henrik Bettermann, 11 years ago

Adjust css classes in Kofa forms.

File size: 851 bytes
Line 
1body {
2    background-color: #f5f5f5;
3}
4
5.breadcrumb {
6    background-color: #fff;
7    margin-bottom: 10px;
8    margin-top: 10px;
9    padding-left: 20px;
10    padding-right: 20px;
11}
12
13.well {
14    background-color: #fff;
15}
16
17.kofa-sidebar .well {
18    padding: 5px;
19}
20
21.kofa-sidebar-title {
22    text-transform: none;
23    font-size: 14px;
24    color: #555;
25    padding-top: 15px;
26    padding-bottom: 10px;
27    padding-left: 8px;
28}
29
30/* Kofa forms */
31
32select, .textType, textarea {
33    background-color: #FFFFFF;
34    border: 1px solid #CCCCCC;
35    border-radius: 4px;
36    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
37    color: #555555;
38    padding: 6px 12px;
39    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
40    width: 100%
41}
42
43.phone-input {
44    width: 25%
45}
46
47.hint {
48    padding: 0px 0px 5px 0px;
49    color: #bfbfbf;
50}
Note: See TracBrowser for help on using the repository browser.