Statistics
| Branch: | Tag: | Revision:

root / static / css / base.css @ 183a3b62

History | View | Annotate | Download (11 kB)

1
body {
2
    font-size: 13px;
3
}
4
label, input, button, select, textarea {
5
    font-size: 13px;
6
}
7
legend {
8

    
9
    font-size: 14px;
10
        line-height: 20px;
11
    margin-bottom: 0;
12
}
13
.form-horizontal .control-group {
14
    margin-bottom: 10px;
15
}
16
legend + .control-group {
17
    margin-top: 10px;
18
}
19
.side-menu > li > a {
20
    border: 1px solid #E5E5E5;
21
    display: block;
22
    margin: 0 0 -1px;
23
    padding: 8px 14px;
24
}
25
.breadcrumb{
26
        background-color: white;
27
}
28
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
29
    font-size: 13px;
30
}
31
.side-menu > li:first-child > a {
32
    border-radius: 6px 6px 0 0;
33
}
34
.btn {
35
    font-size: 13px;
36
}
37

    
38
#routes_table{
39
        font-size: 12px;        
40
}
41

    
42
#page_wrapper {
43
    margin-left: auto;
44
    margin-right: auto;
45
    width: 1000px;
46
    padding-top: 1em;
47
}
48

    
49
.errorlist li {
50
    color: #B94A48;
51
    font-size: 12px !important;
52
    margin: 0 0 3px;
53
    padding: 4px 5px 4px 25px;
54
        list-style: none outside none;
55
}
56

    
57
.error{
58
        color: #B94A48;
59
}
60

    
61
#password_change_form label{
62
        display: block;
63
    float: left;
64
    padding: 3px 10px 0 0;
65
    width: 13em;
66
}
67

    
68
/*a {
69
    color: #4183C4;
70
    text-decoration: none;
71
    font-weight: bold;
72
}
73

74
a:hover {
75
    text-decoration: underline;
76
}
77
*/
78
#main {
79
    background: url("/fodstatic/background.png") repeat-x scroll 0 0 #FFFFFF;
80
    padding: 0;
81
    margin: 0;
82
}
83

    
84
#header {
85
    height: 85px;
86
    margin: 0 auto;
87
    width: 990px;
88
}
89

    
90
.logoimg {
91
    border: 0 none;
92
    position: absolute;
93
    left: 0;
94
    top: 0;
95
    max-width: 172px;
96
}
97

    
98
#header .grnetlogo {
99
    left: 10px;
100
    top: 18px;
101
    position: relative;
102
}
103

    
104
.loginform {
105
    border-top: medium none;
106
    font-size: 13px;
107
    padding: 2px;
108
    float: right;
109
    -moz-border-radius: 5px 5px 5px 5px;
110
    border-radius: 5px;
111
    -webkit-border-radius: 5px;
112
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
113
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
114
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
115
        background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
116
    border-color: #E9E9E9 #E9E9E9 #F5F5F5;
117
    border-style: solid;
118
    border-width: 1px;
119
        right: 10px;
120
    position: relative;
121
    top: -20px;
122

    
123
        
124

    
125
        
126
}
127

    
128
.topmenuuser{
129
        padding: 4px;
130
}
131

    
132
.topmenuaction{
133
        padding: 4px;
134
        background: url("/fodstatic/rule.png") no-repeat scroll 0 50% transparent;
135
}
136

    
137
body {
138
        padding-bottom: 2em;
139
        background: white;
140
        margin: 0;
141
}
142

    
143
#content3 {
144
        width: 990px;
145
        margin-left: auto;
146
        margin-right: auto;
147
        clear: both;
148
        background: #fafafa;
149
         border: 2px solid #FFFFFF;
150
    -moz-border-radius: 10px 10px 10px 10px;
151
        border-raduis: 10px;
152
        -webkit-border-radius: 10px;
153
    -moz-box-shadow: 0 0 3px #AAAAAA;
154
        -webkit-box-shadow: 0 0 3px #AAAAAA;
155
        box-shadow: 0 0 3px #AAAAAA;
156
    background-color: #F9F9F9;
157
        overflow: hidden;
158
        padding-bottom: 5px;
159
        padding-left: 5px;
160
        min-height: 200px;
161
}
162

    
163
#title, #title a {
164
        font-size: 18px;
165
        font-weight: bold;
166
        color: #656565;
167
        top: 25px;
168
        left: 50px;
169
        position: relative;
170
        width: 300px;        
171
}
172

    
173
#menu {
174
        height: 28px;
175
        padding-top: 5px;
176
}
177

    
178
#menu ul {
179
        padding: 0;
180
        margin: 0;
181
        list-style-type: none;
182
        display: inline;
183
}
184

    
185
#menu ul li {
186
        padding-left: 20px;
187
        display: inline;
188
}
189

    
190
#menu ul li a {
191
        color: white;
192
        text-decoration: none;
193
}
194

    
195
#menu ul li a:hover {
196
        font-weight: bold;
197
}
198

    
199
.conf_table ul {
200
        padding: 0;
201
        margin: 0;
202
        list-style-type: none;
203
        display: inline;
204
}
205

    
206
#footer {
207
        clear: both;
208
        padding-top: 1em;
209
        font-size: 0.9em;
210
        text-align: center;
211
}
212

    
213
#formcontent {
214
        padding: 2px;
215
        margin-bottom: 0;
216
}
217

    
218

    
219

    
220
#formcontent input {
221
        width: 6em;
222

    
223
}
224

    
225

    
226
#pagelist {
227
        text-align: center;
228
        font-weight: bold;
229
        position: fixed;
230
        bottom: 0px;
231
        right: 0px;
232
        background: white;
233
        padding-left: 200px;
234
        width: 100%;
235
        padding-top: 0.5em;
236
        border-top: 1px solid #333;
237
}
238

    
239
#pagelist a {
240
        text-decoration: none;
241
        color: gray;
242
}
243

    
244
tr.even {
245
        background: #eaeaea;
246
}
247

    
248
span.highlighted {
249
        font-weight: bold;
250
        color: red;
251
}
252

    
253
form.update {
254
        text-align: center;
255
        display: none;
256
}
257
form.update textarea {
258
        width: 100%;
259
}
260

    
261
textarea#id_comments {
262
        /*width: 80%;*/
263
}
264

    
265
.hidden {
266
        display: none;
267
}
268

    
269
.center_text {
270
        text-align: center;
271
}
272

    
273
#searchform {
274
        width: 300px;
275
        margin-left: auto;
276
        margin-right: auto;
277
        text-align: center;
278
}
279

    
280
.info_content_title {
281
    background-color: #F0F0F0;
282
    border-bottom: 1px solid #FFFFFF;
283
    border-top: 1px solid #D9D9D9;
284
    color: #666666;
285
    font-size: 12px;
286
    font-weight: bold;
287
    margin: 20px 0;
288
    padding: 5px 0 5px 10px;
289
    text-align: left;
290
    text-shadow: 1px 1px 1px #FFFFFF;
291
    width: 100%;
292
}
293

    
294
.row_container{
295
        background-color: white;
296
        clear: both;
297
        overflow: auto;
298
        width: 988px;
299
        border: 1px solid black;
300
}
301
.row1{
302
        float: left;
303
        width: 300px;
304
}
305
.row1_content{
306
        -moz-border-radius: 5px 5px 5px 5px;
307
        -webkit-border-radius: 5px;
308
    border-radius: 5px;
309
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
310
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
311
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
312
        background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
313
    border-color: #E9E9E9 #E9E9E9 #F5F5F5;
314
    border-style: solid;
315
    border-width: 1px;
316
        padding: 4px;
317
        margin: 0 auto;
318
        width: 50%;
319
        position: relative;
320
        top: 20px;
321
}
322
.row2{
323
        float: left;
324
        width: 300px;
325
}
326
.row3{
327
        float: left;
328
        width: 300px;
329
}
330
.row1_table_content{
331
        -moz-border-radius: 5px 5px 5px 5px;
332
        -webkit-border-radius: 5px;
333
    border-radius: 5px;
334
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
335
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
336
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
337
        background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
338
    border-color: #E9E9E9 #E9E9E9 #F5F5F5;
339
    border-style: solid;
340
    border-width: 1px;
341
        padding: 3px;
342
        margin: 0 auto;
343
        text-align: left;
344

    
345
}
346
.actions_table{
347
        background-color: #FFF0DF;
348
        border-collapse: collapse;
349
        border: 1px solid #D9D9D9;
350
        float: right;
351
        margin: 5px;
352
        min-width: 330px;
353
        width: 100%;
354
}
355
.actions_table td{
356
        padding: 5px;
357
}
358
.instances_table{
359
        border-collapse: collapse;
360
        float: right;
361
        /*
362
margin: 1px;
363
*/
364
}
365
.instances_table td{
366
        border: 1px solid #D9D9D9;
367
        padding: 5px;
368
}
369
.instances_table th{
370
        border: 1px solid #D9D9D9;
371
        padding: 5px;
372
}
373
.instance_name{
374
        text-align: left;
375
}
376
#title a:hover{
377
        text-decoration: none;
378
}
379
.table_title{
380
        background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
381
}
382
.inner_table{
383
        border-collapse: collapse;
384
        width:100%;
385
        height:100%;
386
}
387
.inner_table_holder{
388
        padding: 0px !important;
389
}
390
.table_top_header{
391
        background: url("/fodstatic/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
392
}
393
.borderless{
394
        border: 0 none !important;
395
}
396
.inner_category{
397
        width: 35%;
398
        background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
399
        border-left: 0 none !important;
400
}
401
.no_brd_right{
402
        border-right: 0 none !important;
403
}
404
.no_brd_top{
405
        border-top: 0 none !important;
406
}
407
.no_brd_btm{
408
        border-bottom: 0 none !important;
409
}
410

    
411
#fl_l{
412
        float: left;
413
        width: 42%
414
}
415
#configuration {
416
        width: 58%;
417
        float: left;
418
        text-align: center;
419
}
420

    
421
#configuration form  {
422
        margin-left: auto;
423
        margin-right: auto;
424
        max-width: 800px;
425
}
426

    
427
#configuration th {
428
        text-align: right;
429
}
430

    
431
#configuration td {
432
        text-align: left;
433
}
434

    
435
#configuration input[type="text"] {
436
        width: 22em;
437
}
438
.conf_table th{
439
        font-weight: normal;
440
        background-color: #ECECEC; /* fallback color if gradients are not supported */
441
        background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
442
        border-bottom: 1px solid #D9D9D9;
443
}
444
.conf_table{
445
        float: right;
446
        margin: 5px;
447
        border: 1px solid #D9D9D9;
448
        border-collapse: collapse;
449
        width: 100%;
450
}
451
.conf_table td{
452
        border-bottom: 1px solid #D9D9D9;
453
        
454
}
455
.conf_table .table_topper_header{
456
        font-weight: bold;
457
        background: url("/fodstatic/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;        
458
}
459
.instance_det_table{
460
        border-collapse: collapse;
461
        clear: both;
462
        width: 400px;
463
        margin: 5px;
464
}
465
.instance_det_table td{
466
        border: 1px solid #D9D9D9;
467
        padding: 5px;
468
}
469
.instance_det_table th{
470
        border: 1px solid #D9D9D9;
471
        padding: 5px;
472
}
473

    
474

    
475

    
476
#cluster_overview_table_wrapper{
477
        width: 100%;
478
}
479
/*
480
 * jQuery UI specific styling
481
 */
482

    
483
.paging_two_button .ui-button {
484
        float: left;
485
        cursor: pointer;
486
        * cursor: hand;
487
}
488

    
489
.paging_full_numbers .ui-button {
490
        padding: 2px 6px;
491
        margin: 0;
492
        cursor: pointer;
493
        * cursor: hand;
494
}
495

    
496

    
497

    
498
.paging_full_numbers {
499
        width: 350px !important;
500
}
501

    
502

    
503

    
504
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
505
 *
506
 * Everything below this line is the same as demo_table.css. This file is
507
 * required for 'cleanliness' of the markup
508
 *
509
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
510

    
511

    
512

    
513
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
514
 * DataTables features
515
 */
516

    
517
div.dataTables_length label {
518
        float: left;
519
        text-align: left;
520
}
521

    
522
div.dataTables_length select {
523
        width: 75px;
524
}
525

    
526
div.dataTables_filter label {
527
        float: right;
528
}
529

    
530
div.dataTables_info {
531
        padding-top: 8px;
532
}
533

    
534
div.dataTables_paginate {
535
        float: right;
536
        margin: 0;
537
}
538

    
539
table.table {
540
        clear: both;
541
        margin-bottom: 6px !important;
542
}
543

    
544
table.table thead .sorting,
545
table.table thead .sorting_asc,
546
table.table thead .sorting_desc,
547
table.table thead .sorting_asc_disabled,
548
table.table thead .sorting_desc_disabled {
549
        cursor: pointer;
550
        *cursor: hand;
551
}
552

    
553
table.table thead .sorting { background: url('/fodstatic/img/sort_both.png') no-repeat center right; }
554
table.table thead .sorting_asc { background: url('/fodstatic/img/sort_asc.png') no-repeat center right; }
555
table.table thead .sorting_desc { background: url('/fodstatic/img/sort_desc.png') no-repeat center right; }
556

    
557
table.table thead .sorting_asc_disabled { background: url('/fodstatic/img/sort_asc_disabled.png') no-repeat center right; }
558
table.table thead .sorting_desc_disabled { background: url('/fodstatic/img/sort_desc_disabled.png') no-repeat center right; }
559

    
560
table.dataTable th:active {
561
        outline: none;
562
}
563

    
564

    
565
/*
566
 * Row highlighting example
567
 */
568
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
569
        background-color: #ECFFB3;
570
}
571

    
572
.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
573
        background-color: #E6FF99;
574
}
575

    
576
div.box {
577
        height: 100px;
578
        padding: 10px;
579
        overflow: auto;
580
        border: 1px solid #8080FF;
581
        background-color: #E5E5FF;
582
}
583

    
584
#messages {
585
        position: relative;
586
        top: -21px;
587
        text-align: center;
588
        padding-top: 0.4em;
589
        padding-bottom: 0.4em;
590
        background-color: #d5ffd5;
591
        border-top: 1px solid #a5afa5;
592
        border-bottom: 1px solid #a5afa5;
593
}
594

    
595
#welcome {
596
        float: left;
597
        padding: 0.5em;
598
        width: 45%;
599
}
600

    
601
#loginform {
602
        margin-left: 50%;
603
        text-align: center;
604
        border-left: 1px solid #aaa;
605
}
606

    
607
#loginform table {
608
        margin-left: auto;
609
        margin-right: auto;
610
}
611

    
612

    
613
#routes_table_filter{
614
        float: right;
615
}