Statistics
| Branch: | Tag: | Revision:

root / static / css / base.css @ 548848ba

History | View | Annotate | Download (10.1 kB)

1
#routes_table{
2
        font-size: 12px;        
3
}
4

    
5
#page_wrapper {
6
    margin-left: auto;
7
    margin-right: auto;
8
    width: 1000px;
9
    padding-top: 1em;
10
}
11

    
12
.errorlist li {
13
    color: #B94A48;
14
    font-size: 12px !important;
15
    margin: 0 0 3px;
16
    padding: 4px 5px 4px 25px;
17
        list-style: none outside none;
18
}
19

    
20
.error{
21
        color: #B94A48;
22
}
23

    
24
#password_change_form label{
25
        display: block;
26
    float: left;
27
    padding: 3px 10px 0 0;
28
    width: 13em;
29
}
30

    
31
/*a {
32
    color: #4183C4;
33
    text-decoration: none;
34
    font-weight: bold;
35
}
36

37
a:hover {
38
    text-decoration: underline;
39
}
40
*/
41
#main {
42
    background: url("/fodstatic/background.png") repeat-x scroll 0 0 #FFFFFF;
43
    padding: 0;
44
    margin: 0;
45
}
46

    
47
#header {
48
    height: 85px;
49
    margin: 0 auto;
50
    width: 990px;
51
}
52

    
53
.logoimg {
54
    border: 0 none;
55
    position: absolute;
56
    left: 0;
57
    top: 0;
58
    max-width: 172px;
59
}
60

    
61
#header .grnetlogo {
62
    left: 10px;
63
    top: 18px;
64
    position: relative;
65
}
66

    
67
.loginform {
68
    border-top: medium none;
69
    font-size: 13px;
70
    padding: 2px;
71
    float: right;
72
    -moz-border-radius: 5px 5px 5px 5px;
73
    border-radius: 5px;
74
    -webkit-border-radius: 5px;
75
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
76
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
77
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
78
        background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
79
    border-color: #E9E9E9 #E9E9E9 #F5F5F5;
80
    border-style: solid;
81
    border-width: 1px;
82
        right: 10px;
83
    position: relative;
84
    top: -20px;
85

    
86
        
87

    
88
        
89
}
90

    
91
.topmenuuser{
92
        padding: 4px;
93
}
94

    
95
.topmenuaction{
96
        padding: 4px;
97
        background: url("/fodstatic/rule.png") no-repeat scroll 0 50% transparent;
98
}
99

    
100
body {
101
        padding-bottom: 2em;
102
        background: white;
103
        margin: 0;
104
}
105

    
106
#content3 {
107
        width: 990px;
108
        margin-left: auto;
109
        margin-right: auto;
110
        clear: both;
111
        background: #fafafa;
112
         border: 2px solid #FFFFFF;
113
    -moz-border-radius: 10px 10px 10px 10px;
114
        border-raduis: 10px;
115
        -webkit-border-radius: 10px;
116
    -moz-box-shadow: 0 0 3px #AAAAAA;
117
        -webkit-box-shadow: 0 0 3px #AAAAAA;
118
        box-shadow: 0 0 3px #AAAAAA;
119
    background-color: #F9F9F9;
120
        overflow: hidden;
121
        padding-bottom: 5px;
122
        padding-left: 5px;
123
        min-height: 200px;
124
}
125

    
126
#title, #title a {
127
        font-size: 18px;
128
        font-weight: bold;
129
        color: #656565;
130
        top: 25px;
131
        left: 50px;
132
        position: relative;
133
        width: 300px;        
134
}
135

    
136
#menu {
137
        height: 28px;
138
        padding-top: 5px;
139
}
140

    
141
#menu ul {
142
        padding: 0;
143
        margin: 0;
144
        list-style-type: none;
145
        display: inline;
146
}
147

    
148
#menu ul li {
149
        padding-left: 20px;
150
        display: inline;
151
}
152

    
153
#menu ul li a {
154
        color: white;
155
        text-decoration: none;
156
}
157

    
158
#menu ul li a:hover {
159
        font-weight: bold;
160
}
161

    
162
.conf_table ul {
163
        padding: 0;
164
        margin: 0;
165
        list-style-type: none;
166
        display: inline;
167
}
168

    
169
#footer {
170
        clear: both;
171
        padding-top: 1em;
172
        font-size: 0.9em;
173
        text-align: center;
174
}
175

    
176
#formcontent {
177
        padding: 2px;
178
        margin-bottom: 0;
179
}
180

    
181

    
182

    
183
#formcontent input {
184
        width: 6em;
185

    
186
}
187

    
188

    
189
#pagelist {
190
        text-align: center;
191
        font-weight: bold;
192
        position: fixed;
193
        bottom: 0px;
194
        right: 0px;
195
        background: white;
196
        padding-left: 200px;
197
        width: 100%;
198
        padding-top: 0.5em;
199
        border-top: 1px solid #333;
200
}
201

    
202
#pagelist a {
203
        text-decoration: none;
204
        color: gray;
205
}
206

    
207
tr.even {
208
        background: #eaeaea;
209
}
210

    
211
span.highlighted {
212
        font-weight: bold;
213
        color: red;
214
}
215

    
216
form.update {
217
        text-align: center;
218
        display: none;
219
}
220
form.update textarea {
221
        width: 100%;
222
}
223

    
224
textarea#id_comments {
225
        /*width: 80%;*/
226
}
227

    
228
.hidden {
229
        display: none;
230
}
231

    
232
.center_text {
233
        text-align: center;
234
}
235

    
236
#searchform {
237
        width: 300px;
238
        margin-left: auto;
239
        margin-right: auto;
240
        text-align: center;
241
}
242

    
243
.info_content_title {
244
    background-color: #F0F0F0;
245
    border-bottom: 1px solid #FFFFFF;
246
    border-top: 1px solid #D9D9D9;
247
    color: #666666;
248
    font-size: 12px;
249
    font-weight: bold;
250
    margin: 20px 0;
251
    padding: 5px 0 5px 10px;
252
    text-align: left;
253
    text-shadow: 1px 1px 1px #FFFFFF;
254
    width: 100%;
255
}
256

    
257
.row_container{
258
        background-color: white;
259
        clear: both;
260
        overflow: auto;
261
        width: 988px;
262
        border: 1px solid black;
263
}
264
.row1{
265
        float: left;
266
        width: 300px;
267
}
268
.row1_content{
269
        -moz-border-radius: 5px 5px 5px 5px;
270
        -webkit-border-radius: 5px;
271
    border-radius: 5px;
272
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
273
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
274
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
275
        background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
276
    border-color: #E9E9E9 #E9E9E9 #F5F5F5;
277
    border-style: solid;
278
    border-width: 1px;
279
        padding: 4px;
280
        margin: 0 auto;
281
        width: 50%;
282
        position: relative;
283
        top: 20px;
284
}
285
.row2{
286
        float: left;
287
        width: 300px;
288
}
289
.row3{
290
        float: left;
291
        width: 300px;
292
}
293
.row1_table_content{
294
        -moz-border-radius: 5px 5px 5px 5px;
295
        -webkit-border-radius: 5px;
296
    border-radius: 5px;
297
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
298
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
299
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
300
        background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
301
    border-color: #E9E9E9 #E9E9E9 #F5F5F5;
302
    border-style: solid;
303
    border-width: 1px;
304
        padding: 3px;
305
        margin: 0 auto;
306
        text-align: left;
307

    
308
}
309
.actions_table{
310
        background-color: #FFF0DF;
311
        border-collapse: collapse;
312
        border: 1px solid #D9D9D9;
313
        float: right;
314
        margin: 5px;
315
        min-width: 330px;
316
        width: 100%;
317
}
318
.actions_table td{
319
        padding: 5px;
320
}
321
.instances_table{
322
        border-collapse: collapse;
323
        float: right;
324
        /*
325
margin: 1px;
326
*/
327
}
328
.instances_table td{
329
        border: 1px solid #D9D9D9;
330
        padding: 5px;
331
}
332
.instances_table th{
333
        border: 1px solid #D9D9D9;
334
        padding: 5px;
335
}
336
.instance_name{
337
        text-align: left;
338
}
339
#title a:hover{
340
        text-decoration: none;
341
}
342
.table_title{
343
        background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
344
}
345
.inner_table{
346
        border-collapse: collapse;
347
        width:100%;
348
        height:100%;
349
}
350
.inner_table_holder{
351
        padding: 0px !important;
352
}
353
.table_top_header{
354
        background: url("/fodstatic/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
355
}
356
.borderless{
357
        border: 0 none !important;
358
}
359
.inner_category{
360
        width: 35%;
361
        background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
362
        border-left: 0 none !important;
363
}
364
.no_brd_right{
365
        border-right: 0 none !important;
366
}
367
.no_brd_top{
368
        border-top: 0 none !important;
369
}
370
.no_brd_btm{
371
        border-bottom: 0 none !important;
372
}
373

    
374
#fl_l{
375
        float: left;
376
        width: 42%
377
}
378
#configuration {
379
        width: 58%;
380
        float: left;
381
        text-align: center;
382
}
383

    
384
#configuration form  {
385
        margin-left: auto;
386
        margin-right: auto;
387
        max-width: 800px;
388
}
389

    
390
#configuration th {
391
        text-align: right;
392
}
393

    
394
#configuration td {
395
        text-align: left;
396
}
397

    
398
#configuration input[type="text"] {
399
        width: 22em;
400
}
401
.conf_table th{
402
        font-weight: normal;
403
        background-color: #ECECEC; /* fallback color if gradients are not supported */
404
        background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
405
        border-bottom: 1px solid #D9D9D9;
406
}
407
.conf_table{
408
        float: right;
409
        margin: 5px;
410
        border: 1px solid #D9D9D9;
411
        border-collapse: collapse;
412
        width: 100%;
413
}
414
.conf_table td{
415
        border-bottom: 1px solid #D9D9D9;
416
        
417
}
418
.conf_table .table_topper_header{
419
        font-weight: bold;
420
        background: url("/fodstatic/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;        
421
}
422
.instance_det_table{
423
        border-collapse: collapse;
424
        clear: both;
425
        width: 400px;
426
        margin: 5px;
427
}
428
.instance_det_table td{
429
        border: 1px solid #D9D9D9;
430
        padding: 5px;
431
}
432
.instance_det_table th{
433
        border: 1px solid #D9D9D9;
434
        padding: 5px;
435
}
436

    
437

    
438

    
439
#cluster_overview_table_wrapper{
440
        width: 100%;
441
}
442
/*
443
 * jQuery UI specific styling
444
 */
445

    
446
.paging_two_button .ui-button {
447
        float: left;
448
        cursor: pointer;
449
        * cursor: hand;
450
}
451

    
452
.paging_full_numbers .ui-button {
453
        padding: 2px 6px;
454
        margin: 0;
455
        cursor: pointer;
456
        * cursor: hand;
457
}
458

    
459

    
460

    
461
.paging_full_numbers {
462
        width: 350px !important;
463
}
464

    
465

    
466

    
467
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
468
 *
469
 * Everything below this line is the same as demo_table.css. This file is
470
 * required for 'cleanliness' of the markup
471
 *
472
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
473

    
474

    
475

    
476
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
477
 * DataTables features
478
 */
479

    
480
div.dataTables_length label {
481
        float: left;
482
        text-align: left;
483
}
484

    
485
div.dataTables_length select {
486
        width: 75px;
487
}
488

    
489
div.dataTables_filter label {
490
        float: right;
491
}
492

    
493
div.dataTables_info {
494
        padding-top: 8px;
495
}
496

    
497
div.dataTables_paginate {
498
        float: right;
499
        margin: 0;
500
}
501

    
502
table.table {
503
        clear: both;
504
        margin-bottom: 6px !important;
505
}
506

    
507
table.table thead .sorting,
508
table.table thead .sorting_asc,
509
table.table thead .sorting_desc,
510
table.table thead .sorting_asc_disabled,
511
table.table thead .sorting_desc_disabled {
512
        cursor: pointer;
513
        *cursor: hand;
514
}
515

    
516
table.table thead .sorting { background: url('/fodstatic/img/sort_both.png') no-repeat center right; }
517
table.table thead .sorting_asc { background: url('/fodstatic/img/sort_asc.png') no-repeat center right; }
518
table.table thead .sorting_desc { background: url('/fodstatic/img/sort_desc.png') no-repeat center right; }
519

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

    
523
table.dataTable th:active {
524
        outline: none;
525
}
526

    
527

    
528
/*
529
 * Row highlighting example
530
 */
531
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
532
        background-color: #ECFFB3;
533
}
534

    
535
.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
536
        background-color: #E6FF99;
537
}
538

    
539
div.box {
540
        height: 100px;
541
        padding: 10px;
542
        overflow: auto;
543
        border: 1px solid #8080FF;
544
        background-color: #E5E5FF;
545
}
546

    
547
#messages {
548
        position: relative;
549
        top: -21px;
550
        text-align: center;
551
        padding-top: 0.4em;
552
        padding-bottom: 0.4em;
553
        background-color: #d5ffd5;
554
        border-top: 1px solid #a5afa5;
555
        border-bottom: 1px solid #a5afa5;
556
}
557

    
558
#welcome {
559
        float: left;
560
        padding: 0.5em;
561
        width: 45%;
562
}
563

    
564
#loginform {
565
        margin-left: 50%;
566
        text-align: center;
567
        border-left: 1px solid #aaa;
568
}
569

    
570
#loginform table {
571
        margin-left: auto;
572
        margin-right: auto;
573
}
574

    
575

    
576
#routes_table_filter{
577
        float: right;
578
}