[10917] | 1 | body { |
---|
| 2 | background-color: #f5f5f5; |
---|
[10961] | 3 | padding-top: 52px; |
---|
[10917] | 4 | } |
---|
| 5 | |
---|
[10961] | 6 | .navbar-fixed-top, .navbar { |
---|
| 7 | min-height:40px; |
---|
| 8 | } |
---|
| 9 | |
---|
| 10 | .navbar-nav > li > a, .navbar-brand { |
---|
| 11 | padding-top:10px; |
---|
| 12 | padding-bottom:10px; |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | .navbar-toggle { |
---|
| 16 | padding: 4px 10px; |
---|
| 17 | } |
---|
| 18 | |
---|
| 19 | .navbar-nav.navbar-right:last-child { |
---|
| 20 | margin-right: -5px; |
---|
| 21 | } |
---|
| 22 | |
---|
[10917] | 23 | .breadcrumb { |
---|
| 24 | background-color: #fff; |
---|
[10960] | 25 | margin-bottom: 0px; |
---|
| 26 | margin-top: 0px; |
---|
| 27 | padding: 2px 15px; |
---|
[10917] | 28 | } |
---|
| 29 | |
---|
[10977] | 30 | .wfstatus { |
---|
| 31 | float: right; |
---|
| 32 | } |
---|
| 33 | |
---|
[10973] | 34 | .kofa-sidebar, |
---|
[10960] | 35 | .kofa-content-narrow , .kofa-breadcrumbs-box { |
---|
| 36 | padding: 0px 5px 0px 5px; |
---|
| 37 | } |
---|
| 38 | |
---|
[10973] | 39 | .kofa-content-wide { |
---|
[10977] | 40 | padding: 5px 15px; |
---|
[10973] | 41 | } |
---|
| 42 | |
---|
[10917] | 43 | .well { |
---|
[10986] | 44 | |
---|
[10969] | 45 | padding: 10px 5px 20px 5px; |
---|
[10960] | 46 | margin-bottom: 10px; |
---|
[10986] | 47 | background-image: None; |
---|
| 48 | background-color: #fff; |
---|
[10917] | 49 | } |
---|
| 50 | |
---|
[10970] | 51 | .kofa-breadcrumbs-box .well { |
---|
| 52 | padding: 5px 5px 5px 5px; |
---|
| 53 | } |
---|
| 54 | |
---|
[10960] | 55 | .kofa-content-wide .well, .kofa-content-narrow .well { |
---|
| 56 | padding: 0px 15px 10px 15px; |
---|
[10917] | 57 | } |
---|
| 58 | |
---|
[10982] | 59 | .alert { |
---|
| 60 | margin-bottom: 10px; |
---|
| 61 | margin-top: 10px; |
---|
| 62 | } |
---|
| 63 | |
---|
[10971] | 64 | /* Sidebar */ |
---|
| 65 | |
---|
[10917] | 66 | .kofa-sidebar-title { |
---|
| 67 | text-transform: none; |
---|
| 68 | font-size: 14px; |
---|
| 69 | color: #555; |
---|
[10963] | 70 | font-weight: bold; |
---|
[10960] | 71 | padding: 15px 0px 10px 8px; |
---|
[10917] | 72 | } |
---|
[10957] | 73 | |
---|
[10963] | 74 | .sidebar-nav .nav > li > a { |
---|
[10969] | 75 | padding: 3px 15px; |
---|
[10963] | 76 | } |
---|
| 77 | |
---|
[10971] | 78 | /* Buttons */ |
---|
| 79 | |
---|
| 80 | .btn { |
---|
| 81 | margin: 4px; |
---|
| 82 | } |
---|
| 83 | |
---|
| 84 | /* Content actionbar */ |
---|
| 85 | |
---|
| 86 | div.actionbar { |
---|
| 87 | margin-top: -6px; |
---|
| 88 | margin-left: -10px; |
---|
| 89 | margin-bottom: 0px; |
---|
| 90 | } |
---|
| 91 | |
---|
| 92 | .actionbar .btn-default { |
---|
| 93 | margin-bottom: 4px; |
---|
| 94 | padding: 4px 8px; |
---|
| 95 | margin: 0px 0px 4px 0px; |
---|
| 96 | } |
---|
| 97 | |
---|
[10957] | 98 | /* Kofa forms */ |
---|
| 99 | |
---|
[10987] | 100 | select, .textType, textarea, .dataTables_filter input { |
---|
[10957] | 101 | background-color: #FFFFFF; |
---|
| 102 | border: 1px solid #CCCCCC; |
---|
| 103 | border-radius: 4px; |
---|
| 104 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; |
---|
| 105 | color: #555555; |
---|
| 106 | padding: 6px 12px; |
---|
| 107 | transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; |
---|
[10985] | 108 | width: 100%; |
---|
| 109 | margin: 0px 4px 0px 0px; |
---|
[10957] | 110 | } |
---|
| 111 | |
---|
[10985] | 112 | select { |
---|
| 113 | width: 50%; |
---|
| 114 | } |
---|
| 115 | |
---|
[10989] | 116 | .form-inline select { |
---|
| 117 | width: 100%; |
---|
| 118 | } |
---|
| 119 | |
---|
[10957] | 120 | .phone-input { |
---|
[10985] | 121 | width: 30% |
---|
[10957] | 122 | } |
---|
| 123 | |
---|
| 124 | .hint { |
---|
| 125 | padding: 0px 0px 5px 0px; |
---|
| 126 | color: #bfbfbf; |
---|
[10973] | 127 | } |
---|
| 128 | |
---|
[10985] | 129 | .error { |
---|
[10987] | 130 | color: red; |
---|
[10985] | 131 | } |
---|
[10973] | 132 | |
---|
[10987] | 133 | /* dataTables stuff */ |
---|
| 134 | |
---|
| 135 | .dataTables_wrapper { |
---|
| 136 | min-height: 50px; |
---|
| 137 | margin-bottom: 50px; |
---|
| 138 | } |
---|
| 139 | |
---|
| 140 | .dataTables_length { |
---|
| 141 | display: none; |
---|
| 142 | } |
---|
| 143 | |
---|
| 144 | .dataTables_filter input { |
---|
| 145 | width: 60%; |
---|
| 146 | } |
---|
| 147 | |
---|
[10989] | 148 | .sorting { background: url('../img/sort_both.png') no-repeat center right; } |
---|
| 149 | .sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; } |
---|
| 150 | .sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; } |
---|
| 151 | |
---|
| 152 | .sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; } |
---|
| 153 | .sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; } |
---|
| 154 | |
---|
| 155 | .paginate_enabled_previous { background: url('../img/back_enabled.png') no-repeat top left; } |
---|
| 156 | .paginate_enabled_previous:hover { background: url('../img/back_enabled_hover.png') no-repeat top left; } |
---|
| 157 | .paginate_disabled_previous { background: url('../img/back_disabled.png') no-repeat top left; } |
---|
| 158 | |
---|
| 159 | .paginate_enabled_next { background: url('../img/forward_enabled.png') no-repeat top right; } |
---|
| 160 | .paginate_enabled_next:hover { background: url('../img/forward_enabled_hover.png') no-repeat top right; } |
---|
| 161 | .paginate_disabled_next { background: url('../img /forward_disabled.png') no-repeat top right; } |
---|
| 162 | |
---|
[10973] | 163 | /* Smartphone styles */ |
---|
| 164 | |
---|
| 165 | |
---|
| 166 | @media (max-width: 767px) { |
---|
| 167 | |
---|
| 168 | body { |
---|
| 169 | padding-top: 40px; |
---|
| 170 | } |
---|
| 171 | |
---|
| 172 | .kofa-sidebar, |
---|
| 173 | .kofa-content-narrow , .kofa-breadcrumbs-box { |
---|
| 174 | padding: 0px 0px 0px 0px; |
---|
| 175 | } |
---|
| 176 | |
---|
| 177 | .kofa-content-wide { |
---|
| 178 | padding: 0px 0px 0px 0px; |
---|
| 179 | } |
---|
| 180 | |
---|
[10957] | 181 | } |
---|