Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1 | |
| 2 | /* |
| 3 | * lib/css/legacy/body.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 4 | */ |
| 5 | html { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 6 | margin: 0px; |
| 7 | padding: 0px; |
| 8 | } |
| 9 | |
| 10 | body { |
| 11 | margin: 0px; |
| 12 | padding: 0px; |
| 13 | font-family: Arial, Helvetica, Sans; |
| 14 | font-size: 12px; |
| 15 | color: #000; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 16 | background-color: #e2e2e2; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 17 | } |
| 18 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 19 | pre { margin: 0px; padding: 0px; } |
| 20 | |
| 21 | button { margin: 2px; margin-left: 0px; } |
| 22 | |
| 23 | label { |
| 24 | padding-top: 15px; |
| 25 | color: #404040; |
| 26 | } |
| 27 | |
| 28 | select, input, textarea { |
Rushabh Mehta | b9878d0 | 2012-03-12 16:12:09 +0530 | [diff] [blame] | 29 | border: 1px solid #ccc; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 30 | -moz-border-radius: 4px; |
| 31 | -webkit-border-radius: 4px; |
| 32 | font-size: 13px; |
| 33 | padding: 4px; |
Rushabh Mehta | b9878d0 | 2012-03-12 16:12:09 +0530 | [diff] [blame] | 34 | color: #444; |
| 35 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 36 | -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 37 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 38 | } |
| 39 | |
| 40 | textarea { |
| 41 | font-family: inherit; |
| 42 | height: 120px; |
| 43 | width: 90%; |
| 44 | font-size: 12px; |
| 45 | white-space: normal; |
| 46 | } |
| 47 | |
| 48 | table { padding: 0px; border-collapse: 'collapse'} |
| 49 | |
| 50 | td { |
| 51 | padding:0px; |
| 52 | margin: 0px; |
| 53 | vertical-align: top; |
| 54 | } |
| 55 | |
| 56 | p { |
| 57 | margin: 0px 0px 9px 0px; |
| 58 | line-height: 1.5em; |
| 59 | } |
| 60 | |
| 61 | li { |
| 62 | line-height: 1.5em; |
| 63 | } |
| 64 | |
Rushabh Mehta | aa848be | 2012-02-17 12:06:33 +0530 | [diff] [blame] | 65 | hr { |
| 66 | margin: 18px 0; |
| 67 | border: 0; |
| 68 | border-top: 1px solid #e5e5e5; |
| 69 | border-bottom: 1px solid #ffffff; |
| 70 | } |
| 71 | |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 72 | /* links */ |
| 73 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 74 | a:active { outline:none; } |
| 75 | |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 76 | a { |
| 77 | color: #0088cc; |
| 78 | text-decoration: none; |
| 79 | } |
| 80 | a:hover { |
| 81 | color: #005580; |
| 82 | text-decoration: underline; |
| 83 | } |
| 84 | |
| 85 | .link_type { |
| 86 | padding:2px; |
| 87 | color: #0088cc; |
| 88 | cursor: pointer; |
| 89 | } |
| 90 | |
| 91 | .link_type:hover { |
| 92 | color: #005580; |
| 93 | text-decoration: underline; |
| 94 | } |
| 95 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 96 | :focus { -moz-outline-style:none; } |
| 97 | |
| 98 | table.simpletable { border-collapse: collapse; margin-bottom: 10px;} |
| 99 | table.simpletable td {border: 1pt solid #000; vertical-align: top; padding: 2px; } |
| 100 | |
| 101 | div.fix_ff_cursor { overflow: auto; } |
| 102 | |
| 103 | /* --- Layout --- */ |
| 104 | |
| 105 | div.comment { color: #444; } |
| 106 | |
| 107 | div#body_div { |
| 108 | position: relative; |
| 109 | display: none; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 110 | padding-right: 7px; |
Rushabh Mehta | c5471dd | 2012-02-22 12:07:42 +0530 | [diff] [blame] | 111 | width: 900px; |
| 112 | margin: auto; |
| 113 | margin-top: 56px; |
| 114 | } |
| 115 | |
Rushabh Mehta | d48417c | 2012-03-19 18:42:13 +0530 | [diff] [blame] | 116 | .content { |
Rushabh Mehta | c5471dd | 2012-02-22 12:07:42 +0530 | [diff] [blame] | 117 | width: 900px; |
Rushabh Mehta | d48417c | 2012-03-19 18:42:13 +0530 | [diff] [blame] | 118 | margin-bottom: 30px; |
| 119 | position: absolute; |
| 120 | -webkit-transition:all 0.5s ease-in-out; |
| 121 | -moz-transition:all 0.5s ease-in-out; |
| 122 | -o-transition:all 0.5s ease-in-out; |
| 123 | -ms-transition:all 0.5s ease-in-out; |
| 124 | transition:all 0.5s ease-in-out; |
| 125 | } |
| 126 | |
| 127 | .background-fade-in { |
| 128 | -webkit-transition: background 1s ease-in; /* property duration timing-function delay */ |
| 129 | -moz-transition: background 1s ease-in; |
| 130 | -o-transition: background 1s ease-in; |
| 131 | transition: background 1s ease-in; |
| 132 | } |
| 133 | |
| 134 | /* selector for open pages */ |
| 135 | #opened-page-selector { |
| 136 | width: 900px; |
| 137 | height: 900px; |
| 138 | position: absolute; |
| 139 | z-index: 100; |
| 140 | opacity: 0; |
| 141 | background-color: #bdf; |
| 142 | } |
| 143 | |
| 144 | #opened-page-selector.active { |
| 145 | opacity: 0.6; |
| 146 | cursor: pointer; |
| 147 | } |
| 148 | |
| 149 | .popover-container { |
| 150 | height: 400px; |
| 151 | } |
| 152 | |
| 153 | footer { |
| 154 | position: absolute; |
| 155 | bottom: 0px; |
| 156 | width: 100%; |
Rushabh Mehta | c5471dd | 2012-02-22 12:07:42 +0530 | [diff] [blame] | 157 | } |
| 158 | header .container { |
| 159 | width: 900px; |
| 160 | margin: auto; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 161 | } |
| 162 | |
Rushabh Mehta | 2438de4 | 2012-03-15 16:43:46 +0530 | [diff] [blame] | 163 | @media (max-width: 1200px) { |
Rushabh Mehta | d48417c | 2012-03-19 18:42:13 +0530 | [diff] [blame] | 164 | div#body_div, header .container, .content, #opened-page-selector, footer { |
Rushabh Mehta | 2438de4 | 2012-03-15 16:43:46 +0530 | [diff] [blame] | 165 | width: 900px; |
| 166 | } |
| 167 | } |
| 168 | |
| 169 | @media (min-width: 1200px) { |
Rushabh Mehta | d48417c | 2012-03-19 18:42:13 +0530 | [diff] [blame] | 170 | div#body_div, header .container, .content, #opened-page-selector, footer { |
| 171 | width: 1100px; |
Rushabh Mehta | 2438de4 | 2012-03-15 16:43:46 +0530 | [diff] [blame] | 172 | } |
| 173 | } |
| 174 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 175 | div.no_script { |
| 176 | display: none; |
| 177 | } |
| 178 | |
| 179 | div.loading_div { |
| 180 | position: absolute; |
| 181 | background-color: #FFFFCC; |
| 182 | z-index: 1999; |
| 183 | right: 5px; |
| 184 | width: 90px; |
| 185 | display: none; |
| 186 | text-align: center; |
| 187 | padding: 2px; |
| 188 | font-size: 12px; |
| 189 | border: 1px solid #FF4; |
| 190 | } |
| 191 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 192 | div.std-footer { |
| 193 | margin: 13px 0px; |
| 194 | border-top: 1px solid #AAA; |
| 195 | padding: 13px; |
| 196 | } |
| 197 | |
| 198 | div.std-footer-item { |
| 199 | margin: 0px 13px 13px 0px; |
| 200 | } |
| 201 | |
| 202 | .shadow { |
| 203 | -moz-box-shadow: 0px 2px 2px #888; |
| 204 | -webkit-box-shadow: 0px 2px 2px #888; |
| 205 | box-shadow: 0px 2px 2px #888; |
| 206 | } |
| 207 | |
| 208 | .round { |
| 209 | -webkit-border-radius: 5px; |
| 210 | -moz-border-radius: 5px; |
| 211 | border-radius: 5px; |
| 212 | } |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 213 | |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 214 | .layout_wrapper, .layout-wrapper { |
Rushabh Mehta | d48417c | 2012-03-19 18:42:13 +0530 | [diff] [blame] | 215 | -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3); |
| 216 | -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3); |
| 217 | box-shadow: 0px 0px 6px rgba(0,0,0,0.3); |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 218 | background-color: #fff; |
| 219 | padding: 15px; |
Rushabh Mehta | 9b1afe1 | 2012-03-20 14:37:44 +0530 | [diff] [blame] | 220 | margin-bottom: 30px; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 221 | } |
| 222 | |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 223 | .layout-wrapper-background { |
Rushabh Mehta | d48417c | 2012-03-19 18:42:13 +0530 | [diff] [blame] | 224 | background-color: #fafafa !important; |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 225 | padding: 0px; |
| 226 | } |
| 227 | |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 228 | .layout-main-section { |
Anand Doshi | 40ee8d6 | 2012-02-24 19:21:47 +0530 | [diff] [blame] | 229 | width: 71%; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 230 | float: left; |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 231 | padding: 15px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 232 | background-color: #FFF; |
Rushabh Mehta | 9b1afe1 | 2012-03-20 14:37:44 +0530 | [diff] [blame] | 233 | min-height: 600px; |
Rushabh Mehta | fdea966 | 2012-02-27 18:03:54 +0530 | [diff] [blame] | 234 | -moz-box-shadow: 7px 0px 6px -2px #ddd; |
| 235 | -webkit-box-shadow: 7px 0px 6px -2px #ddd; |
| 236 | box-shadow: 7px 0px 6px -2px #ddd; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 237 | } |
| 238 | |
| 239 | .layout-side-section { |
Rushabh Mehta | c5471dd | 2012-02-22 12:07:42 +0530 | [diff] [blame] | 240 | width: 22%; |
Anand Doshi | 40ee8d6 | 2012-02-24 19:21:47 +0530 | [diff] [blame] | 241 | /*float: right;*/ |
Rushabh Mehta | d48417c | 2012-03-19 18:42:13 +0530 | [diff] [blame] | 242 | color: #606060; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 243 | overflow-x: hidden; |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 244 | padding: 15px; |
Rushabh Mehta | 9b1afe1 | 2012-03-20 14:37:44 +0530 | [diff] [blame] | 245 | min-height: 600px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 246 | } |
| 247 | |
| 248 | /* from bootstrap */ |
| 249 | .container { |
| 250 | margin-left: auto; |
| 251 | margin-right: auto; |
| 252 | zoom: 1; |
| 253 | } |
| 254 | .container:before, .container:after { |
| 255 | display: table; |
| 256 | content: ""; |
| 257 | zoom: 1; |
| 258 | } |
| 259 | .container:after { |
| 260 | clear: both; |
| 261 | } |
| 262 | |
Anand Doshi | 40ee8d6 | 2012-02-24 19:21:47 +0530 | [diff] [blame] | 263 | .well { |
| 264 | min-height: 20px; |
| 265 | padding: 19px; |
| 266 | margin-bottom: 20px; |
| 267 | background-color: #f5f5f5; |
| 268 | border: 1px solid #eee; |
| 269 | border: 1px solid rgba(0, 0, 0, 0.05); |
| 270 | -webkit-border-radius: 4px; |
| 271 | -moz-border-radius: 4px; |
| 272 | border-radius: 4px; |
| 273 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
| 274 | -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
| 275 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
| 276 | } |
| 277 | |
Rushabh Mehta | df33cb3 | 2012-03-01 13:44:09 +0530 | [diff] [blame] | 278 | .avatar-small { |
| 279 | display: inline-block; |
Rushabh Mehta | 2438de4 | 2012-03-15 16:43:46 +0530 | [diff] [blame] | 280 | width: 24px; |
| 281 | height: 20px; |
| 282 | vertical-align: middle; |
| 283 | overflow: hidden; |
| 284 | margin: 0px 3px; |
Rushabh Mehta | df33cb3 | 2012-03-01 13:44:09 +0530 | [diff] [blame] | 285 | } |
| 286 | .avatar-small img { |
Rushabh Mehta | 2438de4 | 2012-03-15 16:43:46 +0530 | [diff] [blame] | 287 | width: 24px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 288 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 289 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 290 | /* |
| 291 | * lib/css/legacy/messages.css |
| 292 | */ |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 293 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 294 | /* FLOATING MESSAGE */ |
| 295 | |
| 296 | .btn-img { cursor: pointer; } |
| 297 | |
| 298 | div.fetching { color: #888; text-align:right; } |
| 299 | |
| 300 | div.notice { |
| 301 | postion: absolute; |
| 302 | background-color: #000; |
| 303 | -moz-border-radius: 5px; -webkit-border-radius: 5px; |
| 304 | opacity: 0.6; |
| 305 | right: 0; |
| 306 | top: 0; |
| 307 | margin-top: 8px; |
| 308 | z-index: -1; |
| 309 | padding: 8px; |
| 310 | } |
| 311 | |
| 312 | /** help **/ |
| 313 | |
| 314 | .info-box { |
| 315 | background-color: #F8F8F8; |
| 316 | border: 1px solid #CCCCCC; |
| 317 | border-radius: 3px 3px 3px 3px; |
| 318 | line-height: 1.6em; |
| 319 | overflow: auto; |
| 320 | padding: 6px 10px; |
| 321 | margin-bottom: 9px; |
| 322 | } |
| 323 | |
| 324 | .help_box, .help-box { |
| 325 | background-color:#FFC; |
| 326 | font-size: 13px; |
| 327 | color: #864; |
| 328 | padding: 7px; |
| 329 | margin: 11px 0px; |
| 330 | border: 1px solid #EEB; |
| 331 | } |
| 332 | |
| 333 | .help_box_big { |
| 334 | background-color:#FFC; |
| 335 | color: #864; |
| 336 | padding: 7px; |
| 337 | margin: 7px 0px; |
| 338 | border: 1px solid #EEB; |
| 339 | text-align: center; |
| 340 | font-size: 14px; |
| 341 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 342 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 343 | /* |
| 344 | * lib/css/legacy/dialog.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 345 | */ |
| 346 | /***** Dialogs *******/ |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 347 | |
| 348 | div.dialog_wrapper { |
| 349 | position: absolute; |
| 350 | width: 440px; |
| 351 | display: none; |
| 352 | z-index: 90; |
| 353 | background-color: #FFF; |
| 354 | border: 3px solid #222; |
| 355 | box-shadow:1px 1px 5px #777; |
| 356 | -moz-box-shadow: 1px 1px 5px #777; |
| 357 | -webkit-box-shadow: 1px 1px 5px #777; |
| 358 | |
| 359 | border-radius: 5px; |
| 360 | -moz-border-radius: 5px; |
| 361 | -webkit-border-radius: 5px; |
| 362 | } |
| 363 | |
| 364 | div.dialog_head { |
| 365 | height: 22px; |
| 366 | padding: 4px; |
| 367 | background-color: #222; |
| 368 | color: #FFF; |
| 369 | } |
| 370 | |
| 371 | div.dialog_body { |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 372 | padding: 8px 8px 16px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 373 | border-radius: 5px; |
| 374 | -moz-border-radius: 5px; |
| 375 | -webkit-border-radius: 5px; |
| 376 | } |
| 377 | |
| 378 | div.dialog_back { |
| 379 | position: fixed; |
| 380 | display: none; |
| 381 | top: 0px; |
| 382 | left: 0px; |
| 383 | bottom: 0px; |
| 384 | right: 0px; |
| 385 | background-color: #EEE; |
| 386 | opacity: 0.6; |
| 387 | z-index: 50; |
| 388 | text-align: center; |
| 389 | } |
| 390 | |
| 391 | div.dialog_message { |
| 392 | display: none; |
| 393 | position: absolute; |
| 394 | width: 250px; |
| 395 | font-size: 12px; |
| 396 | z-index: 91; |
| 397 | background-color:#FFF; |
| 398 | padding: 12px; |
| 399 | border: 1px solid #444; |
| 400 | } |
| 401 | |
| 402 | div.dialog_row { |
| 403 | padding: 8px 8px 0px 8px; |
| 404 | } |
| 405 | |
| 406 | div.dialog_row table { |
| 407 | width: 100%; |
| 408 | } |
| 409 | |
| 410 | div.dialog_row table td { |
| 411 | } |
| 412 | |
| 413 | div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select { |
| 414 | width: 80%; |
| 415 | font-size: 14px; |
| 416 | } |
| 417 | |
| 418 | div.dialog_row table td textarea { |
| 419 | width: 80%; |
| 420 | height: 200px; |
| 421 | font-size: 12px; |
| 422 | } |
| 423 | |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 424 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 425 | /* |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 426 | * lib/css/bootstrap/headings.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 427 | */ |
| 428 | /* heading from bootstrap */ |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 429 | |
| 430 | h1, |
| 431 | h2, |
| 432 | h3, |
| 433 | h4, |
| 434 | h5, |
| 435 | h6 { |
| 436 | margin: 0; |
| 437 | font-weight: bold; |
| 438 | color: #333333; |
| 439 | text-rendering: optimizelegibility; |
| 440 | margin-bottom: 0.3em; |
| 441 | } |
| 442 | h1 small, |
| 443 | h2 small, |
| 444 | h3 small, |
| 445 | h4 small, |
| 446 | h5 small, |
| 447 | h6 small { |
| 448 | font-weight: normal; |
| 449 | color: #999999; |
| 450 | } |
| 451 | h1 { |
| 452 | font-size: 30px; |
| 453 | line-height: 36px; |
| 454 | } |
| 455 | h1 small { |
| 456 | font-size: 18px; |
| 457 | } |
| 458 | h2 { |
| 459 | font-size: 24px; |
| 460 | line-height: 36px; |
| 461 | } |
| 462 | h2 small { |
| 463 | font-size: 18px; |
| 464 | } |
| 465 | h3 { |
| 466 | line-height: 27px; |
| 467 | font-size: 18px; |
| 468 | } |
| 469 | h3 small { |
| 470 | font-size: 14px; |
| 471 | } |
| 472 | h4, h5, h6 { |
| 473 | line-height: 18px; |
| 474 | } |
| 475 | h4 { |
| 476 | font-size: 14px; |
| 477 | } |
| 478 | h4 small { |
| 479 | font-size: 12px; |
| 480 | } |
| 481 | h5 { |
| 482 | font-size: 12px; |
| 483 | } |
| 484 | h6 { |
| 485 | font-size: 11px; |
| 486 | color: #999999; |
| 487 | text-transform: uppercase; |
| 488 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 489 | |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 490 | /* |
| 491 | * lib/css/bootstrap/buttons.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 492 | */ |
| 493 | .close { |
Rushabh Mehta | 9b1afe1 | 2012-03-20 14:37:44 +0530 | [diff] [blame] | 494 | font-family: Helvetica, Sans; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 495 | float: right; |
| 496 | font-size: 20px; |
| 497 | font-weight: bold; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 498 | line-height: 18px; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 499 | color: #000000; |
| 500 | text-shadow: 0 1px 0 #ffffff; |
| 501 | opacity: 0.2; |
| 502 | filter: alpha(opacity=20); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 503 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 504 | .close:hover { |
| 505 | color: #000000; |
| 506 | text-decoration: none; |
| 507 | opacity: 0.4; |
| 508 | filter: alpha(opacity=40); |
| 509 | cursor: pointer; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 510 | } |
| 511 | .btn { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 512 | display: inline-block; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 513 | padding: 4px 10px 4px; |
| 514 | font-size: 13px; |
| 515 | line-height: 18px; |
| 516 | color: #333333; |
| 517 | text-align: center; |
| 518 | text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); |
| 519 | background-color: #fafafa; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 520 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6)); |
| 521 | background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
| 522 | background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6); |
| 523 | background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
| 524 | background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
| 525 | background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 526 | background-repeat: no-repeat; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 527 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 528 | border: 1px solid #ccc; |
| 529 | border-bottom-color: #bbb; |
| 530 | -webkit-border-radius: 4px; |
| 531 | -moz-border-radius: 4px; |
| 532 | border-radius: 4px; |
| 533 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 534 | -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 535 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 536 | cursor: pointer; |
| 537 | *margin-left: .3em; |
| 538 | } |
| 539 | .btn:first-child { |
| 540 | *margin-left: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 541 | } |
| 542 | .btn:hover { |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 543 | color: #333333; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 544 | text-decoration: none; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 545 | background-color: #e6e6e6; |
| 546 | background-position: 0 -15px; |
| 547 | -webkit-transition: background-position 0.1s linear; |
| 548 | -moz-transition: background-position 0.1s linear; |
| 549 | -ms-transition: background-position 0.1s linear; |
| 550 | -o-transition: background-position 0.1s linear; |
| 551 | transition: background-position 0.1s linear; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 552 | } |
| 553 | .btn:focus { |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 554 | outline: thin dotted; |
| 555 | outline: 5px auto -webkit-focus-ring-color; |
| 556 | outline-offset: -2px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 557 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 558 | .btn.active, .btn:active { |
| 559 | background-image: none; |
| 560 | -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 561 | -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 562 | box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 563 | background-color: #e6e6e6; |
| 564 | background-color: #d9d9d9 \9; |
| 565 | color: rgba(0, 0, 0, 0.5); |
| 566 | outline: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 567 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 568 | .btn.disabled, .btn[disabled] { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 569 | cursor: default; |
| 570 | background-image: none; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 571 | background-color: #e6e6e6; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 572 | opacity: 0.65; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 573 | filter: alpha(opacity=65); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 574 | -webkit-box-shadow: none; |
| 575 | -moz-box-shadow: none; |
| 576 | box-shadow: none; |
| 577 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 578 | .btn-large { |
| 579 | padding: 9px 14px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 580 | font-size: 15px; |
| 581 | line-height: normal; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 582 | -webkit-border-radius: 5px; |
| 583 | -moz-border-radius: 5px; |
| 584 | border-radius: 5px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 585 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 586 | .btn-large .icon { |
| 587 | margin-top: 1px; |
| 588 | } |
| 589 | .btn-small { |
| 590 | padding: 5px 9px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 591 | font-size: 11px; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 592 | line-height: 16px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 593 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 594 | .btn-small .icon { |
| 595 | margin-top: -1px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 596 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 597 | .btn-primary, |
| 598 | .btn-primary:hover, |
| 599 | .btn-warning, |
| 600 | .btn-warning:hover, |
| 601 | .btn-danger, |
| 602 | .btn-danger:hover, |
| 603 | .btn-success, |
| 604 | .btn-success:hover, |
| 605 | .btn-info, |
| 606 | .btn-info:hover { |
| 607 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
| 608 | color: #ffffff; |
| 609 | } |
| 610 | .btn-primary.active, |
| 611 | .btn-warning.active, |
| 612 | .btn-danger.active, |
| 613 | .btn-success.active, |
| 614 | .btn-info.active { |
| 615 | color: rgba(255, 255, 255, 0.75); |
| 616 | } |
| 617 | .btn-primary { |
| 618 | background-color: #006dcc; |
| 619 | background-image: -moz-linear-gradient(top, #0088cc, #0044cc); |
| 620 | background-image: -ms-linear-gradient(top, #0088cc, #0044cc); |
| 621 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); |
| 622 | background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); |
| 623 | background-image: -o-linear-gradient(top, #0088cc, #0044cc); |
| 624 | background-image: linear-gradient(top, #0088cc, #0044cc); |
| 625 | background-repeat: repeat-x; |
| 626 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0); |
| 627 | border-color: #0044cc #0044cc #002a80; |
| 628 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 629 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 630 | } |
| 631 | .btn-primary:hover, |
| 632 | .btn-primary:active, |
| 633 | .btn-primary.active, |
| 634 | .btn-primary.disabled, |
| 635 | .btn-primary[disabled] { |
| 636 | background-color: #0044cc; |
| 637 | } |
| 638 | .btn-primary:active, .btn-primary.active { |
| 639 | background-color: #003399 \9; |
| 640 | } |
| 641 | .btn-warning { |
| 642 | background-color: #faa732; |
| 643 | background-image: -moz-linear-gradient(top, #fbb450, #f89406); |
| 644 | background-image: -ms-linear-gradient(top, #fbb450, #f89406); |
| 645 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); |
| 646 | background-image: -webkit-linear-gradient(top, #fbb450, #f89406); |
| 647 | background-image: -o-linear-gradient(top, #fbb450, #f89406); |
| 648 | background-image: linear-gradient(top, #fbb450, #f89406); |
| 649 | background-repeat: repeat-x; |
| 650 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); |
| 651 | border-color: #f89406 #f89406 #ad6704; |
| 652 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 653 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 654 | } |
| 655 | .btn-warning:hover, |
| 656 | .btn-warning:active, |
| 657 | .btn-warning.active, |
| 658 | .btn-warning.disabled, |
| 659 | .btn-warning[disabled] { |
| 660 | background-color: #f89406; |
| 661 | } |
| 662 | .btn-warning:active, .btn-warning.active { |
| 663 | background-color: #c67605 \9; |
| 664 | } |
| 665 | .btn-danger { |
| 666 | background-color: #da4f49; |
| 667 | background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); |
| 668 | background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); |
| 669 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); |
| 670 | background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); |
| 671 | background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); |
| 672 | background-image: linear-gradient(top, #ee5f5b, #bd362f); |
| 673 | background-repeat: repeat-x; |
| 674 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0); |
| 675 | border-color: #bd362f #bd362f #802420; |
| 676 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 677 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 678 | } |
| 679 | .btn-danger:hover, |
| 680 | .btn-danger:active, |
| 681 | .btn-danger.active, |
| 682 | .btn-danger.disabled, |
| 683 | .btn-danger[disabled] { |
| 684 | background-color: #bd362f; |
| 685 | } |
| 686 | .btn-danger:active, .btn-danger.active { |
| 687 | background-color: #942a25 \9; |
| 688 | } |
| 689 | .btn-success { |
| 690 | background-color: #5bb75b; |
| 691 | background-image: -moz-linear-gradient(top, #62c462, #51a351); |
| 692 | background-image: -ms-linear-gradient(top, #62c462, #51a351); |
| 693 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); |
| 694 | background-image: -webkit-linear-gradient(top, #62c462, #51a351); |
| 695 | background-image: -o-linear-gradient(top, #62c462, #51a351); |
| 696 | background-image: linear-gradient(top, #62c462, #51a351); |
| 697 | background-repeat: repeat-x; |
| 698 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0); |
| 699 | border-color: #51a351 #51a351 #387038; |
| 700 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 701 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 702 | } |
| 703 | .btn-success:hover, |
| 704 | .btn-success:active, |
| 705 | .btn-success.active, |
| 706 | .btn-success.disabled, |
| 707 | .btn-success[disabled] { |
| 708 | background-color: #51a351; |
| 709 | } |
| 710 | .btn-success:active, .btn-success.active { |
| 711 | background-color: #408140 \9; |
| 712 | } |
| 713 | .btn-info { |
| 714 | background-color: #49afcd; |
| 715 | background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); |
| 716 | background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); |
| 717 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); |
| 718 | background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); |
| 719 | background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); |
| 720 | background-image: linear-gradient(top, #5bc0de, #2f96b4); |
| 721 | background-repeat: repeat-x; |
| 722 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0); |
| 723 | border-color: #2f96b4 #2f96b4 #1f6377; |
| 724 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 725 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 726 | } |
| 727 | .btn-info:hover, |
| 728 | .btn-info:active, |
| 729 | .btn-info.active, |
| 730 | .btn-info.disabled, |
| 731 | .btn-info[disabled] { |
| 732 | background-color: #2f96b4; |
| 733 | } |
| 734 | .btn-info:active, .btn-info.active { |
| 735 | background-color: #24748c \9; |
| 736 | } |
| 737 | button.btn, input[type="submit"].btn { |
| 738 | *padding-top: 2px; |
| 739 | *padding-bottom: 2px; |
| 740 | } |
| 741 | button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 742 | padding: 0; |
| 743 | border: 0; |
| 744 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 745 | button.btn.large, input[type="submit"].btn.large { |
| 746 | *padding-top: 7px; |
| 747 | *padding-bottom: 7px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 748 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 749 | button.btn.small, input[type="submit"].btn.small { |
| 750 | *padding-top: 3px; |
| 751 | *padding-bottom: 3px; |
| 752 | } |
| 753 | .btn-group { |
| 754 | position: relative; |
| 755 | *zoom: 1; |
| 756 | *margin-left: .3em; |
| 757 | } |
| 758 | .btn-group:before, .btn-group:after { |
| 759 | display: table; |
| 760 | content: ""; |
| 761 | } |
| 762 | .btn-group:after { |
| 763 | clear: both; |
| 764 | } |
| 765 | .btn-group:first-child { |
| 766 | *margin-left: 0; |
| 767 | } |
| 768 | .btn-group + .btn-group { |
| 769 | margin-left: 5px; |
| 770 | } |
| 771 | .btn-toolbar { |
| 772 | margin-top: 9px; |
| 773 | margin-bottom: 9px; |
| 774 | } |
| 775 | .btn-toolbar .btn-group { |
| 776 | display: inline-block; |
| 777 | *display: inline; |
| 778 | /* IE7 inline-block hack */ |
| 779 | |
| 780 | *zoom: 1; |
| 781 | } |
| 782 | .btn-group .btn { |
| 783 | position: relative; |
| 784 | float: left; |
| 785 | margin-left: -1px; |
| 786 | -webkit-border-radius: 0; |
| 787 | -moz-border-radius: 0; |
| 788 | border-radius: 0; |
| 789 | } |
| 790 | .btn-group .btn:first-child { |
| 791 | margin-left: 0; |
| 792 | -webkit-border-top-left-radius: 4px; |
| 793 | -moz-border-radius-topleft: 4px; |
| 794 | border-top-left-radius: 4px; |
| 795 | -webkit-border-bottom-left-radius: 4px; |
| 796 | -moz-border-radius-bottomleft: 4px; |
| 797 | border-bottom-left-radius: 4px; |
| 798 | } |
| 799 | .btn-group .btn:last-child, .btn-group .dropdown-toggle { |
| 800 | -webkit-border-top-right-radius: 4px; |
| 801 | -moz-border-radius-topright: 4px; |
| 802 | border-top-right-radius: 4px; |
| 803 | -webkit-border-bottom-right-radius: 4px; |
| 804 | -moz-border-radius-bottomright: 4px; |
| 805 | border-bottom-right-radius: 4px; |
| 806 | } |
| 807 | .btn-group .btn.large:first-child { |
| 808 | margin-left: 0; |
| 809 | -webkit-border-top-left-radius: 6px; |
| 810 | -moz-border-radius-topleft: 6px; |
| 811 | border-top-left-radius: 6px; |
| 812 | -webkit-border-bottom-left-radius: 6px; |
| 813 | -moz-border-radius-bottomleft: 6px; |
| 814 | border-bottom-left-radius: 6px; |
| 815 | } |
| 816 | .btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle { |
| 817 | -webkit-border-top-right-radius: 6px; |
| 818 | -moz-border-radius-topright: 6px; |
| 819 | border-top-right-radius: 6px; |
| 820 | -webkit-border-bottom-right-radius: 6px; |
| 821 | -moz-border-radius-bottomright: 6px; |
| 822 | border-bottom-right-radius: 6px; |
| 823 | } |
| 824 | .btn-group .btn:hover, |
| 825 | .btn-group .btn:focus, |
| 826 | .btn-group .btn:active, |
| 827 | .btn-group .btn.active { |
| 828 | z-index: 2; |
| 829 | } |
| 830 | .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { |
| 831 | outline: 0; |
| 832 | } |
| 833 | .btn-group .dropdown-toggle { |
| 834 | padding-left: 8px; |
| 835 | padding-right: 8px; |
| 836 | -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 837 | -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 838 | box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 839 | *padding-top: 5px; |
| 840 | *padding-bottom: 5px; |
| 841 | } |
| 842 | .btn-group.open { |
| 843 | *z-index: 1000; |
| 844 | } |
| 845 | .btn-group.open .dropdown-menu { |
| 846 | display: block; |
| 847 | margin-top: 1px; |
| 848 | -webkit-border-radius: 5px; |
| 849 | -moz-border-radius: 5px; |
| 850 | border-radius: 5px; |
| 851 | } |
| 852 | .btn-group.open .dropdown-toggle { |
| 853 | background-image: none; |
| 854 | -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 855 | -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 856 | box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 857 | } |
| 858 | .btn .caret { |
| 859 | margin-top: 7px; |
| 860 | margin-left: 0; |
| 861 | } |
| 862 | .btn:hover .caret, .open.btn-group .caret { |
| 863 | opacity: 1; |
| 864 | filter: alpha(opacity=100); |
| 865 | } |
| 866 | .btn-primary .caret, |
| 867 | .btn-danger .caret, |
| 868 | .btn-info .caret, |
| 869 | .btn-success .caret { |
| 870 | border-top-color: #ffffff; |
| 871 | opacity: 0.75; |
| 872 | filter: alpha(opacity=75); |
| 873 | } |
| 874 | .btn-small .caret { |
| 875 | margin-top: 4px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 876 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 877 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 878 | /* |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 879 | * lib/css/bootstrap/navbar.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 880 | */ |
| 881 | .nav { |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 882 | margin-left: 0; |
| 883 | margin-bottom: 18px; |
| 884 | list-style: none; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 885 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 886 | .nav > li > a { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 887 | display: block; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 888 | } |
| 889 | .nav > li > a:hover { |
| 890 | text-decoration: none; |
| 891 | background-color: #eeeeee; |
| 892 | } |
| 893 | .nav-list { |
| 894 | padding-left: 14px; |
| 895 | padding-right: 14px; |
| 896 | margin-bottom: 0; |
| 897 | } |
| 898 | .nav-list > li > a, .nav-list .nav-header { |
| 899 | display: block; |
| 900 | padding: 3px 15px; |
| 901 | margin-left: -15px; |
| 902 | margin-right: -15px; |
| 903 | text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
| 904 | } |
| 905 | .nav-list .nav-header { |
| 906 | font-size: 11px; |
| 907 | font-weight: bold; |
| 908 | line-height: 18px; |
| 909 | color: #999999; |
| 910 | text-transform: uppercase; |
| 911 | } |
| 912 | .nav-list > li + .nav-header { |
| 913 | margin-top: 9px; |
| 914 | } |
| 915 | .nav-list .active > a, .nav-list .active > a:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 916 | color: #ffffff; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 917 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); |
| 918 | background-color: #0088cc; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 919 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 920 | .nav-list [class^="icon-"] { |
| 921 | margin-right: 2px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 922 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 923 | .nav-tabs, .nav-pills { |
| 924 | *zoom: 1; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 925 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 926 | .nav-tabs:before, |
| 927 | .nav-pills:before, |
| 928 | .nav-tabs:after, |
| 929 | .nav-pills:after { |
| 930 | display: table; |
| 931 | content: ""; |
| 932 | } |
| 933 | .nav-tabs:after, .nav-pills:after { |
| 934 | clear: both; |
| 935 | } |
| 936 | .nav-tabs > li, .nav-pills > li { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 937 | float: left; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 938 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 939 | .nav-tabs > li > a, .nav-pills > li > a { |
| 940 | padding-right: 12px; |
| 941 | padding-left: 12px; |
| 942 | margin-right: 2px; |
| 943 | line-height: 14px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 944 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 945 | .nav-tabs { |
| 946 | border-bottom: 1px solid #ddd; |
| 947 | } |
| 948 | .nav-tabs > li { |
| 949 | margin-bottom: -1px; |
| 950 | } |
| 951 | .nav-tabs > li > a { |
| 952 | padding-top: 9px; |
| 953 | padding-bottom: 9px; |
| 954 | border: 1px solid transparent; |
| 955 | -webkit-border-radius: 4px 4px 0 0; |
| 956 | -moz-border-radius: 4px 4px 0 0; |
| 957 | border-radius: 4px 4px 0 0; |
| 958 | } |
| 959 | .nav-tabs > li > a:hover { |
| 960 | border-color: #eeeeee #eeeeee #dddddd; |
| 961 | } |
| 962 | .nav-tabs > .active > a, .nav-tabs > .active > a:hover { |
| 963 | color: #555555; |
| 964 | background-color: #ffffff; |
| 965 | border: 1px solid #ddd; |
| 966 | border-bottom-color: transparent; |
| 967 | cursor: default; |
| 968 | } |
| 969 | .nav-pills > li > a { |
| 970 | padding-top: 8px; |
| 971 | padding-bottom: 8px; |
| 972 | margin-top: 2px; |
| 973 | margin-bottom: 2px; |
| 974 | -webkit-border-radius: 5px; |
| 975 | -moz-border-radius: 5px; |
| 976 | border-radius: 5px; |
| 977 | } |
| 978 | .nav-pills .active > a, .nav-pills .active > a:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 979 | color: #ffffff; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 980 | background-color: #0088cc; |
| 981 | } |
| 982 | .nav-stacked > li { |
| 983 | float: none; |
| 984 | } |
| 985 | .nav-stacked > li > a { |
| 986 | margin-right: 0; |
| 987 | } |
| 988 | .nav-tabs.nav-stacked { |
| 989 | border-bottom: 0; |
| 990 | } |
| 991 | .nav-tabs.nav-stacked > li > a { |
| 992 | border: 1px solid #ddd; |
| 993 | -webkit-border-radius: 0; |
| 994 | -moz-border-radius: 0; |
| 995 | border-radius: 0; |
| 996 | } |
| 997 | .nav-tabs.nav-stacked > li:first-child > a { |
| 998 | -webkit-border-radius: 4px 4px 0 0; |
| 999 | -moz-border-radius: 4px 4px 0 0; |
| 1000 | border-radius: 4px 4px 0 0; |
| 1001 | } |
| 1002 | .nav-tabs.nav-stacked > li:last-child > a { |
| 1003 | -webkit-border-radius: 0 0 4px 4px; |
| 1004 | -moz-border-radius: 0 0 4px 4px; |
| 1005 | border-radius: 0 0 4px 4px; |
| 1006 | } |
| 1007 | .nav-tabs.nav-stacked > li > a:hover { |
| 1008 | border-color: #ddd; |
| 1009 | z-index: 2; |
| 1010 | } |
| 1011 | .nav-pills.nav-stacked > li > a { |
| 1012 | margin-bottom: 3px; |
| 1013 | } |
| 1014 | .nav-pills.nav-stacked > li:last-child > a { |
| 1015 | margin-bottom: 1px; |
| 1016 | } |
| 1017 | .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu { |
| 1018 | margin-top: 1px; |
| 1019 | border-width: 1px; |
| 1020 | } |
| 1021 | .nav-pills .dropdown-menu { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1022 | -webkit-border-radius: 4px; |
| 1023 | -moz-border-radius: 4px; |
| 1024 | border-radius: 4px; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1025 | } |
| 1026 | .nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret { |
| 1027 | border-top-color: #0088cc; |
| 1028 | margin-top: 6px; |
| 1029 | } |
| 1030 | .nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret { |
| 1031 | border-top-color: #005580; |
| 1032 | } |
| 1033 | .nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret { |
| 1034 | border-top-color: #333333; |
| 1035 | } |
| 1036 | .nav > .dropdown.active > a:hover { |
| 1037 | color: #000000; |
| 1038 | cursor: pointer; |
| 1039 | } |
| 1040 | .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover { |
| 1041 | color: #ffffff; |
| 1042 | background-color: #999999; |
| 1043 | border-color: #999999; |
| 1044 | } |
| 1045 | .nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret { |
| 1046 | border-top-color: #ffffff; |
| 1047 | opacity: 1; |
| 1048 | filter: alpha(opacity=100); |
| 1049 | } |
| 1050 | |
| 1051 | .navbar { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1052 | overflow: visible; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1053 | margin-bottom: 18px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1054 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1055 | .navbar-inner { |
| 1056 | padding-left: 20px; |
| 1057 | padding-right: 20px; |
| 1058 | background-color: #2c2c2c; |
| 1059 | background-image: -moz-linear-gradient(top, #333333, #222222); |
| 1060 | background-image: -ms-linear-gradient(top, #333333, #222222); |
| 1061 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); |
| 1062 | background-image: -webkit-linear-gradient(top, #333333, #222222); |
| 1063 | background-image: -o-linear-gradient(top, #333333, #222222); |
| 1064 | background-image: linear-gradient(top, #333333, #222222); |
| 1065 | background-repeat: repeat-x; |
| 1066 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); |
| 1067 | -webkit-border-radius: 4px; |
| 1068 | -moz-border-radius: 4px; |
| 1069 | border-radius: 4px; |
| 1070 | -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| 1071 | -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| 1072 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| 1073 | } |
| 1074 | .btn-navbar { |
| 1075 | display: none; |
| 1076 | float: right; |
| 1077 | padding: 7px 10px; |
| 1078 | margin-left: 5px; |
| 1079 | margin-right: 5px; |
| 1080 | background-color: #2c2c2c; |
| 1081 | background-image: -moz-linear-gradient(top, #333333, #222222); |
| 1082 | background-image: -ms-linear-gradient(top, #333333, #222222); |
| 1083 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); |
| 1084 | background-image: -webkit-linear-gradient(top, #333333, #222222); |
| 1085 | background-image: -o-linear-gradient(top, #333333, #222222); |
| 1086 | background-image: linear-gradient(top, #333333, #222222); |
| 1087 | background-repeat: repeat-x; |
| 1088 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); |
| 1089 | border-color: #222222 #222222 #000000; |
| 1090 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 1091 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 1092 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
| 1093 | -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
| 1094 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
| 1095 | } |
| 1096 | .btn-navbar:hover, |
| 1097 | .btn-navbar:active, |
| 1098 | .btn-navbar.active, |
| 1099 | .btn-navbar.disabled, |
| 1100 | .btn-navbar[disabled] { |
| 1101 | background-color: #222222; |
| 1102 | } |
| 1103 | .btn-navbar:active, .btn-navbar.active { |
| 1104 | background-color: #080808 \9; |
| 1105 | } |
| 1106 | .btn-navbar .icon-bar { |
| 1107 | display: block; |
| 1108 | width: 18px; |
| 1109 | height: 2px; |
| 1110 | background-color: #f5f5f5; |
| 1111 | -webkit-border-radius: 1px; |
| 1112 | -moz-border-radius: 1px; |
| 1113 | border-radius: 1px; |
| 1114 | -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
| 1115 | -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
| 1116 | box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
| 1117 | } |
| 1118 | .btn-navbar .icon-bar + .icon-bar { |
| 1119 | margin-top: 3px; |
| 1120 | } |
| 1121 | .nav-collapse.collapse { |
| 1122 | height: auto; |
| 1123 | } |
| 1124 | .navbar .brand:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1125 | text-decoration: none; |
| 1126 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1127 | .navbar .brand { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1128 | float: left; |
| 1129 | display: block; |
| 1130 | padding: 8px 20px 12px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1131 | font-size: 20px; |
| 1132 | font-weight: 200; |
| 1133 | line-height: 1; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1134 | color: #ffffff; |
| 1135 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1136 | .navbar .navbar-text { |
| 1137 | margin-bottom: 0; |
| 1138 | line-height: 40px; |
| 1139 | color: #999999; |
| 1140 | } |
| 1141 | .navbar .navbar-text a:hover { |
| 1142 | color: #ffffff; |
| 1143 | background-color: transparent; |
| 1144 | } |
| 1145 | .navbar .btn, .navbar .btn-group { |
| 1146 | margin-top: 5px; |
| 1147 | } |
| 1148 | .navbar .btn-group .btn { |
| 1149 | margin-top: 0; |
| 1150 | } |
| 1151 | .navbar-form { |
| 1152 | margin-bottom: 0; |
| 1153 | *zoom: 1; |
| 1154 | } |
| 1155 | .navbar-form:before, .navbar-form:after { |
| 1156 | display: table; |
| 1157 | content: ""; |
| 1158 | } |
| 1159 | .navbar-form:after { |
| 1160 | clear: both; |
| 1161 | } |
| 1162 | .navbar-form input, .navbar-form select { |
| 1163 | display: inline-block; |
| 1164 | margin-top: 5px; |
| 1165 | margin-bottom: 0; |
| 1166 | } |
| 1167 | .navbar-form .radio, .navbar-form .checkbox { |
| 1168 | margin-top: 5px; |
| 1169 | } |
| 1170 | .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] { |
| 1171 | margin-top: 3px; |
| 1172 | } |
| 1173 | .navbar-search { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1174 | position: relative; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1175 | float: left; |
| 1176 | margin-top: 6px; |
| 1177 | margin-bottom: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1178 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1179 | .navbar-search .search-query { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1180 | padding: 4px 9px; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1181 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 1182 | font-size: 13px; |
| 1183 | font-weight: normal; |
| 1184 | line-height: 1; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1185 | color: #ffffff; |
| 1186 | color: rgba(255, 255, 255, 0.75); |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1187 | background: #666; |
| 1188 | background: rgba(255, 255, 255, 0.3); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1189 | border: 1px solid #111; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1190 | -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); |
| 1191 | -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); |
| 1192 | box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1193 | -webkit-transition: none; |
| 1194 | -moz-transition: none; |
| 1195 | -ms-transition: none; |
| 1196 | -o-transition: none; |
| 1197 | transition: none; |
| 1198 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1199 | .navbar-search .search-query :-moz-placeholder { |
| 1200 | color: #eeeeee; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1201 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1202 | .navbar-search .search-query::-webkit-input-placeholder { |
| 1203 | color: #eeeeee; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1204 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1205 | .navbar-search .search-query:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1206 | color: #ffffff; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1207 | background-color: #999999; |
| 1208 | background-color: rgba(255, 255, 255, 0.5); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1209 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1210 | .navbar-search .search-query:focus, .navbar-search .search-query.focused { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1211 | padding: 5px 10px; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1212 | color: #333333; |
| 1213 | text-shadow: 0 1px 0 #ffffff; |
| 1214 | background-color: #ffffff; |
| 1215 | border: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1216 | -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
| 1217 | -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
| 1218 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1219 | outline: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1220 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1221 | .navbar-fixed-top { |
| 1222 | position: fixed; |
| 1223 | top: 0; |
| 1224 | right: 0; |
| 1225 | left: 0; |
| 1226 | z-index: 1030; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1227 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1228 | .navbar-fixed-top .navbar-inner { |
| 1229 | padding-left: 0; |
| 1230 | padding-right: 0; |
| 1231 | -webkit-border-radius: 0; |
| 1232 | -moz-border-radius: 0; |
| 1233 | border-radius: 0; |
| 1234 | } |
| 1235 | .navbar .nav { |
| 1236 | position: relative; |
| 1237 | left: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1238 | display: block; |
| 1239 | float: left; |
| 1240 | margin: 0 10px 0 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1241 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1242 | .navbar .nav.pull-right { |
| 1243 | float: right; |
| 1244 | } |
| 1245 | .navbar .nav > li { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1246 | display: block; |
| 1247 | float: left; |
| 1248 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1249 | .navbar .nav > li > a { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1250 | float: none; |
| 1251 | padding: 10px 10px 11px; |
| 1252 | line-height: 19px; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1253 | color: #999999; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1254 | text-decoration: none; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1255 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1256 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1257 | .navbar .nav > li > a:hover { |
| 1258 | background-color: transparent; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1259 | color: #ffffff; |
| 1260 | text-decoration: none; |
| 1261 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1262 | .navbar .nav .active > a, .navbar .nav .active > a:hover { |
| 1263 | color: #ffffff; |
| 1264 | text-decoration: none; |
| 1265 | background-color: #222222; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1266 | background-color: rgba(0, 0, 0, 0.5); |
| 1267 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1268 | .navbar .divider-vertical { |
| 1269 | height: 40px; |
| 1270 | width: 1px; |
| 1271 | margin: 0 9px; |
| 1272 | overflow: hidden; |
| 1273 | background-color: #222222; |
| 1274 | border-right: 1px solid #333333; |
| 1275 | } |
| 1276 | .navbar .nav.pull-right { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1277 | margin-left: 10px; |
| 1278 | margin-right: 0; |
| 1279 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1280 | .navbar .dropdown-menu { |
| 1281 | margin-top: 1px; |
| 1282 | -webkit-border-radius: 4px; |
| 1283 | -moz-border-radius: 4px; |
| 1284 | border-radius: 4px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1285 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1286 | .navbar .dropdown-menu:before { |
| 1287 | content: ''; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1288 | display: inline-block; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1289 | border-left: 7px solid transparent; |
| 1290 | border-right: 7px solid transparent; |
| 1291 | border-bottom: 7px solid #ccc; |
| 1292 | border-bottom-color: rgba(0, 0, 0, 0.2); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1293 | position: absolute; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1294 | top: -7px; |
| 1295 | left: 9px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1296 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1297 | .navbar .dropdown-menu:after { |
| 1298 | content: ''; |
| 1299 | display: inline-block; |
| 1300 | border-left: 6px solid transparent; |
| 1301 | border-right: 6px solid transparent; |
| 1302 | border-bottom: 6px solid #ffffff; |
| 1303 | position: absolute; |
| 1304 | top: -6px; |
| 1305 | left: 10px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1306 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1307 | .navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret { |
| 1308 | border-top-color: #ffffff; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1309 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1310 | .navbar .nav .active .caret { |
| 1311 | opacity: 1; |
| 1312 | filter: alpha(opacity=100); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1313 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1314 | .navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle { |
| 1315 | background-color: transparent; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1316 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1317 | .navbar .nav .active > .dropdown-toggle:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1318 | color: #ffffff; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1319 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1320 | .navbar .nav.pull-right .dropdown-menu { |
| 1321 | left: auto; |
| 1322 | right: 0; |
| 1323 | } |
| 1324 | .navbar .nav.pull-right .dropdown-menu:before { |
| 1325 | left: auto; |
| 1326 | right: 12px; |
| 1327 | } |
| 1328 | .navbar .nav.pull-right .dropdown-menu:after { |
| 1329 | left: auto; |
| 1330 | right: 13px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1331 | } |
| 1332 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1333 | /* ajax spinner */ |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1334 | .navbar #spinner { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1335 | display: block; |
| 1336 | float: right; |
| 1337 | width: 20px; |
| 1338 | margin-bottom: -5px; |
| 1339 | margin-top: 10px; |
| 1340 | visibility: hidden; |
| 1341 | } |
| 1342 | |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1343 | .navbar-inner { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1344 | padding: 0px 20px; |
| 1345 | } |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 1346 | |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1347 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1348 | /* |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1349 | * lib/css/bootstrap/dropdown.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1350 | */ |
| 1351 | .dropdown { |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1352 | position: relative; |
| 1353 | } |
| 1354 | .dropdown-toggle { |
| 1355 | *margin-bottom: -3px; |
| 1356 | } |
| 1357 | .dropdown-toggle:active, .open .dropdown-toggle { |
| 1358 | outline: 0; |
| 1359 | } |
| 1360 | .caret { |
| 1361 | display: inline-block; |
| 1362 | width: 0; |
| 1363 | height: 0; |
| 1364 | text-indent: -99999px; |
| 1365 | *text-indent: 0; |
| 1366 | vertical-align: top; |
| 1367 | border-left: 4px solid transparent; |
| 1368 | border-right: 4px solid transparent; |
| 1369 | border-top: 4px solid #000000; |
| 1370 | opacity: 0.3; |
| 1371 | filter: alpha(opacity=30); |
| 1372 | content: "\2193"; |
| 1373 | } |
| 1374 | .dropdown .caret { |
| 1375 | margin-top: 8px; |
| 1376 | margin-left: 2px; |
| 1377 | } |
| 1378 | .dropdown:hover .caret, .open.dropdown .caret { |
| 1379 | opacity: 1; |
| 1380 | filter: alpha(opacity=100); |
| 1381 | } |
| 1382 | .dropdown-menu { |
| 1383 | position: absolute; |
| 1384 | top: 100%; |
| 1385 | left: 0; |
| 1386 | z-index: 1000; |
| 1387 | float: left; |
| 1388 | display: none; |
| 1389 | min-width: 160px; |
| 1390 | max-width: 220px; |
| 1391 | _width: 160px; |
| 1392 | padding: 4px 0; |
| 1393 | margin: 0; |
| 1394 | list-style: none; |
| 1395 | background-color: #ffffff; |
| 1396 | border-color: #ccc; |
| 1397 | border-color: rgba(0, 0, 0, 0.2); |
| 1398 | border-style: solid; |
| 1399 | border-width: 1px; |
| 1400 | -webkit-border-radius: 0 0 5px 5px; |
| 1401 | -moz-border-radius: 0 0 5px 5px; |
| 1402 | border-radius: 0 0 5px 5px; |
| 1403 | -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 1404 | -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 1405 | box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 1406 | -webkit-background-clip: padding-box; |
| 1407 | -moz-background-clip: padding; |
| 1408 | background-clip: padding-box; |
| 1409 | *border-right-width: 2px; |
| 1410 | *border-bottom-width: 2px; |
| 1411 | } |
| 1412 | .dropdown-menu.bottom-up { |
| 1413 | top: auto; |
| 1414 | bottom: 100%; |
| 1415 | margin-bottom: 2px; |
| 1416 | } |
| 1417 | .dropdown-menu .divider { |
| 1418 | height: 1px; |
| 1419 | margin: 5px 1px; |
| 1420 | overflow: hidden; |
| 1421 | background-color: #e5e5e5; |
| 1422 | border-bottom: 1px solid #ffffff; |
| 1423 | *width: 100%; |
| 1424 | *margin: -5px 0 5px; |
| 1425 | } |
| 1426 | .dropdown-menu a { |
| 1427 | display: block; |
| 1428 | padding: 3px 15px; |
| 1429 | clear: both; |
| 1430 | font-weight: normal; |
| 1431 | line-height: 18px; |
| 1432 | color: #555555; |
| 1433 | white-space: nowrap; |
| 1434 | } |
| 1435 | .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { |
| 1436 | color: #ffffff; |
| 1437 | text-decoration: none; |
| 1438 | background-color: #0088cc; |
| 1439 | } |
| 1440 | .dropdown.open { |
| 1441 | *z-index: 1000; |
| 1442 | } |
| 1443 | .dropdown.open .dropdown-toggle { |
| 1444 | color: #ffffff; |
| 1445 | background: #ccc; |
| 1446 | background: rgba(0, 0, 0, 0.3); |
| 1447 | } |
| 1448 | .dropdown.open .dropdown-menu { |
| 1449 | display: block; |
| 1450 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1451 | |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1452 | /* |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 1453 | * lib/css/bootstrap/tooltip.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1454 | */ |
| 1455 | .tooltip { |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 1456 | position: absolute; |
| 1457 | z-index: 1020; |
| 1458 | display: block; |
| 1459 | visibility: visible; |
| 1460 | padding: 5px; |
| 1461 | font-size: 11px; |
| 1462 | opacity: 0; |
| 1463 | filter: alpha(opacity=0); |
| 1464 | } |
| 1465 | .tooltip.in { |
| 1466 | opacity: 0.8; |
| 1467 | filter: alpha(opacity=80); |
| 1468 | } |
| 1469 | .tooltip.top { |
| 1470 | margin-top: -2px; |
| 1471 | } |
| 1472 | .tooltip.right { |
| 1473 | margin-left: 2px; |
| 1474 | } |
| 1475 | .tooltip.bottom { |
| 1476 | margin-top: 2px; |
| 1477 | } |
| 1478 | .tooltip.left { |
| 1479 | margin-left: -2px; |
| 1480 | } |
| 1481 | .tooltip.top .tooltip-arrow { |
| 1482 | bottom: 0; |
| 1483 | left: 50%; |
| 1484 | margin-left: -5px; |
| 1485 | border-left: 5px solid transparent; |
| 1486 | border-right: 5px solid transparent; |
| 1487 | border-top: 5px solid #000000; |
| 1488 | } |
| 1489 | .tooltip.left .tooltip-arrow { |
| 1490 | top: 50%; |
| 1491 | right: 0; |
| 1492 | margin-top: -5px; |
| 1493 | border-top: 5px solid transparent; |
| 1494 | border-bottom: 5px solid transparent; |
| 1495 | border-left: 5px solid #000000; |
| 1496 | } |
| 1497 | .tooltip.bottom .tooltip-arrow { |
| 1498 | top: 0; |
| 1499 | left: 50%; |
| 1500 | margin-left: -5px; |
| 1501 | border-left: 5px solid transparent; |
| 1502 | border-right: 5px solid transparent; |
| 1503 | border-bottom: 5px solid #000000; |
| 1504 | } |
| 1505 | .tooltip.right .tooltip-arrow { |
| 1506 | top: 50%; |
| 1507 | left: 0; |
| 1508 | margin-top: -5px; |
| 1509 | border-top: 5px solid transparent; |
| 1510 | border-bottom: 5px solid transparent; |
| 1511 | border-right: 5px solid #000000; |
| 1512 | } |
| 1513 | .tooltip-inner { |
| 1514 | max-width: 200px; |
| 1515 | padding: 3px 8px; |
| 1516 | color: #ffffff; |
| 1517 | text-align: center; |
| 1518 | text-decoration: none; |
| 1519 | background-color: #000000; |
| 1520 | -webkit-border-radius: 4px; |
| 1521 | -moz-border-radius: 4px; |
| 1522 | border-radius: 4px; |
| 1523 | } |
| 1524 | .tooltip-arrow { |
| 1525 | position: absolute; |
| 1526 | width: 0; |
| 1527 | height: 0; |
| 1528 | } |
| 1529 | .popover { |
| 1530 | position: absolute; |
| 1531 | top: 0; |
| 1532 | left: 0; |
| 1533 | z-index: 1010; |
| 1534 | display: none; |
| 1535 | padding: 5px; |
| 1536 | } |
| 1537 | .popover.top { |
| 1538 | margin-top: -5px; |
| 1539 | } |
| 1540 | .popover.right { |
| 1541 | margin-left: 5px; |
| 1542 | } |
| 1543 | .popover.bottom { |
| 1544 | margin-top: 5px; |
| 1545 | } |
| 1546 | .popover.left { |
| 1547 | margin-left: -5px; |
| 1548 | } |
| 1549 | .popover.top .arrow { |
| 1550 | bottom: 0; |
| 1551 | left: 50%; |
| 1552 | margin-left: -5px; |
| 1553 | border-left: 5px solid transparent; |
| 1554 | border-right: 5px solid transparent; |
| 1555 | border-top: 5px solid #000000; |
| 1556 | } |
| 1557 | .popover.right .arrow { |
| 1558 | top: 50%; |
| 1559 | left: 0; |
| 1560 | margin-top: -5px; |
| 1561 | border-top: 5px solid transparent; |
| 1562 | border-bottom: 5px solid transparent; |
| 1563 | border-right: 5px solid #000000; |
| 1564 | } |
| 1565 | .popover.bottom .arrow { |
| 1566 | top: 0; |
| 1567 | left: 50%; |
| 1568 | margin-left: -5px; |
| 1569 | border-left: 5px solid transparent; |
| 1570 | border-right: 5px solid transparent; |
| 1571 | border-bottom: 5px solid #000000; |
| 1572 | } |
| 1573 | .popover.left .arrow { |
| 1574 | top: 50%; |
| 1575 | right: 0; |
| 1576 | margin-top: -5px; |
| 1577 | border-top: 5px solid transparent; |
| 1578 | border-bottom: 5px solid transparent; |
| 1579 | border-left: 5px solid #000000; |
| 1580 | } |
| 1581 | .popover .arrow { |
| 1582 | position: absolute; |
| 1583 | width: 0; |
| 1584 | height: 0; |
| 1585 | } |
| 1586 | .popover-inner { |
| 1587 | padding: 3px; |
| 1588 | width: 280px; |
| 1589 | overflow: hidden; |
| 1590 | background: #000000; |
| 1591 | background: rgba(0, 0, 0, 0.8); |
| 1592 | -webkit-border-radius: 6px; |
| 1593 | -moz-border-radius: 6px; |
| 1594 | border-radius: 6px; |
| 1595 | -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| 1596 | -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| 1597 | box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| 1598 | } |
| 1599 | .popover-title { |
| 1600 | padding: 9px 15px; |
| 1601 | line-height: 1; |
| 1602 | background-color: #f5f5f5; |
| 1603 | border-bottom: 1px solid #eee; |
| 1604 | -webkit-border-radius: 3px 3px 0 0; |
| 1605 | -moz-border-radius: 3px 3px 0 0; |
| 1606 | border-radius: 3px 3px 0 0; |
| 1607 | } |
| 1608 | .popover-content { |
| 1609 | padding: 14px; |
| 1610 | background-color: #ffffff; |
| 1611 | -webkit-border-radius: 0 0 3px 3px; |
| 1612 | -moz-border-radius: 0 0 3px 3px; |
| 1613 | border-radius: 0 0 3px 3px; |
| 1614 | -webkit-background-clip: padding-box; |
| 1615 | -moz-background-clip: padding-box; |
| 1616 | background-clip: padding-box; |
| 1617 | } |
| 1618 | .popover-content p, .popover-content ul, .popover-content ol { |
| 1619 | margin-bottom: 0; |
| 1620 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1621 | |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 1622 | /* |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1623 | * erpnext/startup/startup.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1624 | */ |
| 1625 | h1, h2, h3, h4, h5 { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1626 | font-family: Tahoma, Arial, Verdana, sans-serif; |
| 1627 | font-weight: bold; |
| 1628 | } |
| 1629 | |
| 1630 | body { |
| 1631 | font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; |
| 1632 | font-size: 12px; |
| 1633 | } |
| 1634 | |
| 1635 | span, div, td, input, textarea, button, select { |
| 1636 | font-family: inherit; |
| 1637 | } |
| 1638 | |
| 1639 | body { |
Rushabh Mehta | 5d267a4 | 2012-03-01 18:53:06 +0530 | [diff] [blame] | 1640 | background: url(../images/stripedbg.png) repeat; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1641 | } |
| 1642 | |
| 1643 | .erpnext-footer { |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 1644 | margin: 11px auto; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1645 | text-align: center; |
| 1646 | } |
| 1647 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1648 | .module-icons { |
| 1649 | background: url(../images/module-icons.png) no-repeat top left; |
| 1650 | width:16px; |
| 1651 | height:16px; |
| 1652 | } |
| 1653 | |
| 1654 | .module-icons-accounts{ background-position: 0 0; } |
| 1655 | .module-icons-analysis{ background-position: 0 -66px; } |
| 1656 | .module-icons-buying{ background-position: 0 -132px; } |
| 1657 | .module-icons-home{ background-position: 0 -198px; } |
| 1658 | .module-icons-hr{ background-position: 0 -264px; } |
| 1659 | .module-icons-people{ background-position: 0 -330px; } |
| 1660 | .module-icons-production{ background-position: 0 -396px; } |
| 1661 | .module-icons-projects{ background-position: 0 -462px; } |
| 1662 | .module-icons-selling{ background-position: 0 -528px; } |
| 1663 | .module-icons-setup{ background-position: 0 -594px; } |
| 1664 | .module-icons-stock{ background-position: 0 -660px; } |
| 1665 | .module-icons-support{ background-position: 0 -726px; } |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 1666 | |
Anand Doshi | db62876 | 2012-02-24 17:56:00 +0530 | [diff] [blame] | 1667 | .navbar-new-comments { |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 1668 | margin: -3px 0px; |
| 1669 | padding: 2px; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 1670 | min-width: 20px; |
| 1671 | text-align: center; |
| 1672 | display: inline-block; |
| 1673 | border-radius: 2px; |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 1674 | color: #999999; |
| 1675 | background-color: #333131; |
| 1676 | } |
| 1677 | |
| 1678 | .navbar-new-comments:hover, |
| 1679 | .navbar-new-comments:active, |
| 1680 | .navbar-new-comments:focus { |
| 1681 | color: #fff; |
| 1682 | } |
| 1683 | |
| 1684 | |
| 1685 | .navbar-new-comments-true { |
| 1686 | color: #fff; |
| 1687 | background-color: #B00D07; |
| 1688 | } |
| 1689 | |
| 1690 | .navbar-icon-home { |
| 1691 | vertical-align: middle; |
| 1692 | opacity:0.4; |
| 1693 | Filter:alpha(opacity=40); /* For IE8 and earlier */ |
| 1694 | } |
| 1695 | |
| 1696 | .navbar-icon-home:hover, |
| 1697 | .navbar-icon-home:focus, |
Anand Doshi | ac14412 | 2012-02-27 19:16:24 +0530 | [diff] [blame] | 1698 | .navbar-icon-home:active, |
| 1699 | .navbar-icon-home-hover{ |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 1700 | opacity:1; |
| 1701 | Filter:alpha(opacity=100); /* For IE8 and earlier */ |
| 1702 | } |
| 1703 | |
| 1704 | /*extra size menus for recent*/ |
| 1705 | .dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{ |
| 1706 | min-width: 160px !important; |
| 1707 | max-width: 260px !important; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 1708 | } |
| 1709 | |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1710 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1711 | /* |
| 1712 | * erpnext/website/css/website.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1713 | */ |
| 1714 | .layout_wrapper { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1715 | padding: 20px; |
| 1716 | } |
| 1717 | |
| 1718 | h1 { |
| 1719 | margin-bottom: 15px; |
| 1720 | } |
| 1721 | |
Rushabh Mehta | aa848be | 2012-02-17 12:06:33 +0530 | [diff] [blame] | 1722 | h2 { |
| 1723 | margin-bottom: 11px; |
| 1724 | } |
| 1725 | |
| 1726 | h3 { |
| 1727 | margin-bottom: 7px; |
| 1728 | } |
| 1729 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1730 | pre { |
| 1731 | background-color: #F8F8F8; |
| 1732 | border: 1px solid #CCCCCC; |
| 1733 | border-radius: 3px 3px 3px 3px; |
| 1734 | font-size: 13px; |
| 1735 | line-height: 19px; |
| 1736 | overflow: auto; |
| 1737 | padding: 6px 10px; |
| 1738 | margin-bottom: 9px; |
| 1739 | } |
| 1740 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1741 | .web-content input[type="text"], .web-content input[type="password"], .web-content select { |
| 1742 | min-width: 180px; |
| 1743 | } |
| 1744 | |
Rushabh Mehta | 13531b7 | 2012-02-20 12:35:23 +0530 | [diff] [blame] | 1745 | .web-head-section { |
| 1746 | margin-bottom: 20px |
| 1747 | } |
| 1748 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1749 | .web-main-section { |
| 1750 | width: 65%; |
| 1751 | float: left; |
| 1752 | margin-bottom: 20px; |
| 1753 | } |
| 1754 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1755 | .web-side-section { |
| 1756 | width: 30%; |
| 1757 | float: right; |
| 1758 | margin-bottom: 20px; |
| 1759 | margin-right: 15px; |
| 1760 | color: #606060; |
| 1761 | overflow-x: hidden; |
| 1762 | } |
| 1763 | |
| 1764 | .web-page-status { |
| 1765 | padding: 7px; |
| 1766 | color: #777; |
| 1767 | clear: both; |
| 1768 | text-align: right; |
| 1769 | } |
| 1770 | |
| 1771 | .web-page-status a, |
| 1772 | .web-page-status a:hover, |
| 1773 | .web-page-status a:visited { |
| 1774 | padding: 2px; |
| 1775 | background-color: #777; |
| 1776 | color: #FFF; |
| 1777 | text-decoration: none; |
| 1778 | } |
| 1779 | |
| 1780 | .web-page-status a:hover { |
| 1781 | background-color: #444; |
| 1782 | } |
| 1783 | |
| 1784 | footer { |
| 1785 | color: #777; |
| 1786 | } |
| 1787 | |
| 1788 | .web-footer { |
| 1789 | color: inherit; |
| 1790 | text-align: center; |
| 1791 | margin: 10px; |
| 1792 | line-height: 1.7; |
| 1793 | } |
| 1794 | |
| 1795 | .web-footer div, .web-footer a { |
| 1796 | font-size: 11px; |
| 1797 | } |
| 1798 | |
| 1799 | .web-footer-menu { |
| 1800 | margin-bottom: 7px; |
| 1801 | } |
| 1802 | footer a, footer a:visited { |
| 1803 | color: #777; |
| 1804 | } |
| 1805 | |
| 1806 | footer a:hover { |
| 1807 | background-color: #777; |
| 1808 | color: #fff; |
| 1809 | } |
| 1810 | |
| 1811 | .web-footer-menu ul { |
| 1812 | list-style: none; |
| 1813 | margin: 0px; |
| 1814 | padding: 0px; |
| 1815 | } |
| 1816 | |
| 1817 | .web-footer-menu ul li { |
| 1818 | display: inline; |
| 1819 | padding: 2px 15px; |
| 1820 | border-right: 1px solid #999; |
| 1821 | } |
| 1822 | |
| 1823 | .web-footer-menu ul li:last-child { |
| 1824 | border-right: 0px solid #777 !important; |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1825 | } |