/[openfoncier]/trunk/app/css/app.css
ViewVC logotype

Annotation of /trunk/app/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1667 - (hide annotations)
Mon Apr 15 07:45:17 2013 UTC (11 years, 9 months ago) by fmichon
File MIME type: text/css
File size: 21498 byte(s)
Homogénéisation de la rubrique suivi

1 jbastide 149 /**
2 fmichon 1526 * Feuille de style CSS spécifique à l'applicatif, ce script est destiné à être
3 fmichon 1515 * appelé en dernier dans la pile des fichiers CSS.
4 fmichon 1327 *
5     * @package openfoncier
6     * @version SVN : $Id$
7 jbastide 149 */
8 fmichon 1327
9     /*
10     * Logo
11     */
12     #jqueryui #logo span.logo { width:158px; height:50px; background-image: url("../img/logo.png");margin:0px;background-repeat: no-repeat; display: block; text-indent: -9999px; }
13     #header { background-image: url("../img/bg-header.png"); }
14 fmichon 1328 #formulaire .ui-tabs-selected.ui-state-active a { color:#2270C3; }
15 fmichon 1327
16 fmichon 1441 /*
17     * Police à chasse fixe pour les textarea
18     */
19     textarea { font-family: monospace !important; }
20 fmichon 1421
21 fmichon 1327 /*
22 fmichon 1421 * Titre
23     */
24 fmichon 1460 #title { min-height: 18px; }
25 fmichon 1421 #title h2 { text-transform: capitalize; }
26    
27     /*
28 fmichon 1327 * Menu
29     */
30     #menu li.elem.ui-state-focus { background-color:#2270C3; background-image: none; font-weight: normal; }
31     #menu li.elem.category:hover { background-color: #E2E2E2; }
32     .rubrik { text-transform: capitalize; }
33     #menu h3 a { margin-left: 5px; background-image: none; }
34    
35     /*
36 fmichon 1465 * Onglets
37     */
38     .ui-tabs-nav li { text-transform: capitalize; }
39    
40     /*
41 fmichon 1483 * Overlay
42     */
43     .ui-widget-overlay {
44     opacity: 0.75;
45     }
46    
47     /*
48 fmichon 1655 * On cache toutes les premières colonnes qui contiennent un id inutile
49     */
50     #tab-demande .firstcol,
51 fmichon 1660 #tab-petitionnaire_frequent .firstcol,
52     #tab-commission_tous_retours .firstcol,
53     #tab-commission_mes_retours .firstcol,
54     #tab-messages_tous_retours .firstcol,
55     #tab-messages_mes_retours .firstcol,
56     #tab-consultation_tous_retours .firstcol,
57     #tab-consultation_mes_retours .firstcol {
58 fmichon 1655 display: none;
59     }
60    
61     /*
62 fmichon 1327 *
63     */
64 fmichon 1484 .field-type-textareastatic .form-content {
65     min-width: 600px;
66     }
67     /*
68     *
69     */
70 fmichon 911 div.message.ui-state-transparent {
71     background-color: transparent;
72     padding: 0;
73     border: 0 none;
74     }
75 fmichon 1327
76 fmichon 1524 /*
77     *
78     */
79     td.center { text-align: center; }
80    
81 fraynaud 116 /*recherchedossier*/
82 jbastide 164 td.fd_rechdossier{background:#ffffff;}
83     td.fd_haut_rechdossier{background-color:#ffffff;}
84     td.fd_bas_rechdossier{background-color:transparent;height:10px;}
85 fraynaud 333 td.formLibelle{padding: 0 5px 0 15px ;}
86 fmichon 476
87     /**/
88     #adv-search-adv-fields .field-type-select,
89     #adv-search-adv-fields .field-type-text,
90     #adv-search-adv-fields .bloc.intervaldate {
91     float:left;
92     width: 210px;
93     }
94     #adv-search-adv-fields .field-type-select div.form-libelle,
95     #adv-search-adv-fields .field-type-text div.form-libelle,
96     #adv-search-adv-fields .bloc.intervaldate div.bloc-titre {
97     display: block;
98     font-weight: bold;
99     padding: 0;
100     }
101     #adv-search-adv-fields .field-type-select div.form-content,
102     #adv-search-adv-fields .field-type-text div.form-content {
103     display: block;
104     padding: 3px;
105     height: 20px;
106     }
107     #adv-search-adv-fields .field-type-select div.form-content select,
108     #adv-search-adv-fields .field-type-text div.form-content input {
109     width:90%;
110     }
111     #adv-search-adv-fields .bloc.intervaldate .field-type-date {
112     float:none;
113     padding: 3px;
114     }
115     #adv-search-adv-fields .bloc.intervaldate .field-type-date div.form-libelle {
116     display: table-cell;
117     }
118     #adv-search-adv-fields .bloc.intervaldate .field-type-date div.form-content {
119     height: 20px;
120     }
121 nhaye 496
122     #menu li.elem.subtitle { padding:3px 10px; background-color: #E2E2E2; font-weight: bold;}
123 nhaye 509 #menu li.elem.subtitle:hover {background-color: #E2E2E2;}
124    
125 fmichon 878 .consultation_non_lue,
126     .non_lu {
127 nhaye 509 font-weight: bold;
128 vpihour 527 }
129     .field-ser-them {
130     display : inline-block;
131     }
132     .ser-them{
133     height:150px;
134     width: 100%;
135     }
136     .list-ser-them, .button-ser-them, .list-sel-ser-them {
137     float: left;
138     }
139     .list-ser-them, .list-sel-ser-them{
140     background-color: #FFFFFF;
141     border : solid 2px #999;
142     width: 40%;
143     height : 125px;
144     overflow : auto;
145     cursor: pointer;
146     }
147     .list-ser-them {
148     }
149     .button-ser-them {
150     width: 15%;
151     height : 150px;
152     list-style-type: none;
153     }
154     .button-ser-them ul{
155     text-align: center;
156     list-style-type: none;
157     }
158     .button-ser-them li{
159     margin-top: 25px;
160     }
161     .list-sel-ser-them {
162 vpihour 530 overflow : auto;
163 vpihour 527 }
164 vpihour 530
165    
166 vpihour 527 .liste_gauche_service{
167     padding-left: 30px;
168     display: block;
169     line-height: 1.3;
170     }
171 vpihour 530 .liste_gauche_service:hover, .liste_gauche_them:hover, .liste_droite_service:hover {
172 vpihour 527 background-color:#999999;
173     color: #fff;
174     }
175 vpihour 596 .liste_gauche_them, .liste_droite_title {
176 vpihour 527 background-color: #E2E2E2;
177     border-top: 1px solid #CDCDCD;
178     font-weight: bold;
179     margin: 0 1px 0 0;
180     padding: 2px;
181     }
182 vpihour 530 .liste_gauche_service input[type=checkbox] {
183     display: none;
184     }
185     .list-ser-them .liste_gauche_service_selected, .list-sel-ser-them .liste_droite_service_selected {
186 nhaye 528 background-color:#999999;
187     color: #fff;
188 vpihour 530 }
189 vpihour 596 .list-sel-ser-them-title {
190 vpihour 530 font-weight: bold;
191     }
192     div.row {
193     float: left;
194 vpihour 575 width: 100%;
195 vpihour 530 }
196     div.cell1 {
197     float: left;
198 vpihour 596 width: 72.5%;
199 vpihour 530 }
200     div.cell2 {
201     float: left;
202     width: 25%;
203     }
204 vpihour 555 .lu-16 {
205     background-image: url("../img/lu-16x16.png");
206     }
207 vpihour 1243 .transferer-16 {
208     background-image: url("../img/tb_fleche.png");
209     }
210 vpihour 1185 .rediger-16 {
211     background-image: url("../img/rediger-16x16.png");
212     }
213 nhaye 848 .search-petitionnaire-16 {
214 vpihour 741 background-image: url("../img/search-16x16.png");
215     }
216 vpihour 555 .mut-add-16 {
217 nhaye 580 background-image: url("../img/mut-add-16x16.png");
218 vpihour 555 }
219 nhaye 552 #portlet-actions .om-icon-16.om-icon-fix {
220 nhaye 553 display: inline;
221 vpihour 555 }
222 nhaye 580 ul.document_list {
223     border: none;
224     list-style: none;
225     margin-bottom: 10px;
226    
227     }
228     li.document_list_date {
229     background-color: #B0E0E6;
230    
231     }
232     li.document_list_name {
233     background-color: #FAFAD2;
234     }
235     ul.document_list li {
236     border-bottom: dotted grey 1px;
237     padding:2px;
238     padding-left:10px;
239 nhaye 616 }
240     #advs_export {
241     float: right;
242     margin-right: 20px;
243     padding: 5px 0;
244 vpihour 641 }
245 fmichon 648
246 vpihour 1051 .libelle-more_petitionnaire, #morelineReferenceCadastrale, .moreFieldReferenceCadastrale, .om-form-button{
247 vpihour 676 cursor: pointer;
248     }
249    
250 fmichon 648 .enjeu_erp-16 { background-image: url("../img/enjeu-erp-16x16.png"); }
251 nhaye 942 .enjeu_urba-16 { background-image: url("../img/enjeu-urba-16x16.png"); }
252 fmichon 1460 .nouveau-dossier-16 { background-image: url("../img/dossier-nouveau-16x16.png"); }
253 fmichon 1481 .dossier-existant-16,
254     .dossier_instruction_recherche-16 { background-image: url("../img/dossier-existant-16x16.png"); }
255 fmichon 1460 .tableau-de-bord-16 { background-image: url("../img/tableau-de-bord-16x16.png"); }
256 fmichon 1481 .consultation-retour-16 { background-image: url("../img/consultation-retour-16x16.png"); }
257 fmichon 1483 .commission-retour-16 { background-image: url("../img/commission-16x16.png"); }
258 fmichon 1481 .dossier_autorisation-16,
259     .dossier_instruction_mes_encours-16,
260     .dossier_instruction_tous_encours-16,
261     .dossier_instruction_mes_clotures-16,
262     .dossier_instruction_tous_clotures-16 { background-image: url("../img/dossier-16x16.png"); }
263     .messages_tous_retours-16,
264     .messages_mes_retours-16 { background-image: url("../img/message-16x16.png"); }
265 fmichon 1637 .petitionnaire_frequent-16 { background-image: url("../img/petitionnaires-16x16.png"); }
266 fmichon 1667 .suivi_mise_a_jour_des_dates-16 { background-image: url("../img/calendar-16x16.png"); }
267 nhaye 942
268     /* CSS des type de consultation */
269     .tab-tab tr.consultation-avec-avis-attendu td{
270    
271     }
272     .tab-tab tr.consultation-pour-information td{
273     background-color: lightgrey;
274     }
275     .tab-tab tr.consultation-pour-conformite td{
276     background-color: #FFF56B;
277 vpihour 1051 }
278     .om-form-button{
279     background-repeat: no-repeat;
280     padding-left: 18px;
281     margin: 1px;
282     }
283 vpihour 1130 .select_multiple_static{
284     list-style: none;
285 vpihour 1272 }
286     .ui-tabs-nav li>a#dossier_autorisation, .tab-tab tr.tabDADI td{
287     background-color: #fee71b;
288 fmichon 1553 }
289    
290    
291    
292    
293    
294     /*!
295     * Bootstrap v2.3.1
296     *
297     * Copyright 2012 Twitter, Inc
298     * Licensed under the Apache License v2.0
299     * http://www.apache.org/licenses/LICENSE-2.0
300     *
301     * Designed and built with all the love in the world @twitter by @mdo and @fat.
302     */
303     .clearfix {
304     *zoom: 1;
305     }
306     .clearfix:before,
307     .clearfix:after {
308     display: table;
309     content: "";
310     line-height: 0;
311     }
312     .clearfix:after {
313     clear: both;
314     }
315     .hide-text {
316     font: 0/0 a;
317     color: transparent;
318     text-shadow: none;
319     background-color: transparent;
320     border: 0;
321     }
322     .input-block-level {
323     display: block;
324     width: 100%;
325     min-height: 30px;
326     -webkit-box-sizing: border-box;
327     -moz-box-sizing: border-box;
328     box-sizing: border-box;
329     }
330     .label,
331     .badge {
332     display: inline-block;
333     padding: 2px 4px;
334     font-size: 11.844px;
335     font-weight: bold;
336     line-height: 14px;
337     color: #ffffff;
338     vertical-align: baseline;
339     white-space: nowrap;
340     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
341     background-color: #999999;
342     }
343     .label {
344     -webkit-border-radius: 3px;
345     -moz-border-radius: 3px;
346     border-radius: 3px;
347     }
348     .badge {
349     padding-left: 9px;
350     padding-right: 9px;
351     -webkit-border-radius: 9px;
352     -moz-border-radius: 9px;
353     border-radius: 9px;
354     }
355     .label:empty,
356     .badge:empty {
357     display: none;
358     }
359     a.label:hover,
360     a.label:focus,
361     a.badge:hover,
362     a.badge:focus {
363     color: #ffffff;
364     text-decoration: none;
365     cursor: pointer;
366     }
367     .label-important,
368     .badge-important {
369     background-color: #b94a48;
370     }
371     .label-important[href],
372     .badge-important[href] {
373     background-color: #953b39;
374     }
375     .label-warning,
376     .badge-warning {
377     background-color: #f89406;
378     }
379     .label-warning[href],
380     .badge-warning[href] {
381     background-color: #c67605;
382     }
383     .label-success,
384     .badge-success {
385     background-color: #468847;
386     }
387     .label-success[href],
388     .badge-success[href] {
389     background-color: #356635;
390     }
391     .label-info,
392     .badge-info {
393     background-color: #3a87ad;
394     }
395     .label-info[href],
396     .badge-info[href] {
397     background-color: #2d6987;
398     }
399     .label-inverse,
400     .badge-inverse {
401     background-color: #333333;
402     }
403     .label-inverse[href],
404     .badge-inverse[href] {
405     background-color: #1a1a1a;
406     }
407     .btn .label,
408     .btn .badge {
409     position: relative;
410     top: -1px;
411     }
412     .btn-mini .label,
413     .btn-mini .badge {
414     top: 0;
415     }
416     .btn {
417     display: inline-block;
418     *display: inline;
419     /* IE7 inline-block hack */
420    
421     *zoom: 1;
422     padding: 4px 12px;
423     margin-bottom: 0;
424     font-size: 14px;
425     line-height: 20px;
426     text-align: center;
427     vertical-align: middle;
428     cursor: pointer;
429     color: #333333;
430     text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
431     background-color: #f5f5f5;
432     background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
433     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
434     background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
435     background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
436     background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
437     background-repeat: repeat-x;
438     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
439     border-color: #e6e6e6 #e6e6e6 #bfbfbf;
440     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
441     *background-color: #e6e6e6;
442     /* Darken IE7 buttons by default so they stand out more given they won't have borders */
443    
444     filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
445     border: 1px solid #cccccc;
446     *border: 0;
447     border-bottom-color: #b3b3b3;
448     -webkit-border-radius: 4px;
449     -moz-border-radius: 4px;
450     border-radius: 4px;
451     *margin-left: .3em;
452     -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
453     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
454     box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
455     }
456     .btn:hover,
457     .btn:focus,
458     .btn:active,
459     .btn.active,
460     .btn.disabled,
461     .btn[disabled] {
462     color: #333333;
463     background-color: #e6e6e6;
464     *background-color: #d9d9d9;
465     }
466     .btn:active,
467     .btn.active {
468     background-color: #cccccc \9;
469     }
470     .btn:first-child {
471     *margin-left: 0;
472     }
473     .btn:hover,
474     .btn:focus {
475     color: #333333;
476     text-decoration: none;
477     background-position: 0 -15px;
478     -webkit-transition: background-position 0.1s linear;
479     -moz-transition: background-position 0.1s linear;
480     -o-transition: background-position 0.1s linear;
481     transition: background-position 0.1s linear;
482     }
483     .btn:focus {
484     outline: thin dotted #333;
485     outline: 5px auto -webkit-focus-ring-color;
486     outline-offset: -2px;
487     }
488     .btn.active,
489     .btn:active {
490     background-image: none;
491     outline: 0;
492     -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
493     -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
494     box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
495     }
496     .btn.disabled,
497     .btn[disabled] {
498     cursor: default;
499     background-image: none;
500     opacity: 0.65;
501     filter: alpha(opacity=65);
502     -webkit-box-shadow: none;
503     -moz-box-shadow: none;
504     box-shadow: none;
505     }
506     .btn-large {
507     padding: 11px 19px;
508     font-size: 17.5px;
509     -webkit-border-radius: 6px;
510     -moz-border-radius: 6px;
511     border-radius: 6px;
512     }
513     .btn-large [class^="icon-"],
514     .btn-large [class*=" icon-"] {
515     margin-top: 4px;
516     }
517     .btn-small {
518     padding: 2px 10px;
519     font-size: 11.9px;
520     -webkit-border-radius: 3px;
521     -moz-border-radius: 3px;
522     border-radius: 3px;
523     }
524     .btn-small [class^="icon-"],
525     .btn-small [class*=" icon-"] {
526     margin-top: 0;
527     }
528     .btn-mini [class^="icon-"],
529     .btn-mini [class*=" icon-"] {
530     margin-top: -1px;
531     }
532     .btn-mini {
533     padding: 0 6px;
534     font-size: 10.5px;
535     -webkit-border-radius: 3px;
536     -moz-border-radius: 3px;
537     border-radius: 3px;
538     }
539     .btn-block {
540     display: block;
541     width: 100%;
542     padding-left: 0;
543     padding-right: 0;
544     -webkit-box-sizing: border-box;
545     -moz-box-sizing: border-box;
546     box-sizing: border-box;
547     }
548     .btn-block + .btn-block {
549     margin-top: 5px;
550     }
551     input[type="submit"].btn-block,
552     input[type="reset"].btn-block,
553     input[type="button"].btn-block {
554     width: 100%;
555     }
556     .btn-primary.active,
557     .btn-warning.active,
558     .btn-danger.active,
559     .btn-success.active,
560     .btn-info.active,
561     .btn-inverse.active {
562     color: rgba(255, 255, 255, 0.75);
563     }
564     .btn-primary {
565     color: #ffffff;
566     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
567     background-color: #006dcc;
568     background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
569     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
570     background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
571     background-image: -o-linear-gradient(top, #0088cc, #0044cc);
572     background-image: linear-gradient(to bottom, #0088cc, #0044cc);
573     background-repeat: repeat-x;
574     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
575     border-color: #0044cc #0044cc #002a80;
576     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
577     *background-color: #0044cc;
578     /* Darken IE7 buttons by default so they stand out more given they won't have borders */
579    
580     filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
581     }
582     .btn-primary:hover,
583     .btn-primary:focus,
584     .btn-primary:active,
585     .btn-primary.active,
586     .btn-primary.disabled,
587     .btn-primary[disabled] {
588     color: #ffffff;
589     background-color: #0044cc;
590     *background-color: #003bb3;
591     }
592     .btn-primary:active,
593     .btn-primary.active {
594     background-color: #003399 \9;
595     }
596     .btn-warning {
597     color: #ffffff;
598     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
599     background-color: #faa732;
600     background-image: -moz-linear-gradient(top, #fbb450, #f89406);
601     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
602     background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
603     background-image: -o-linear-gradient(top, #fbb450, #f89406);
604     background-image: linear-gradient(to bottom, #fbb450, #f89406);
605     background-repeat: repeat-x;
606     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
607     border-color: #f89406 #f89406 #ad6704;
608     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
609     *background-color: #f89406;
610     /* Darken IE7 buttons by default so they stand out more given they won't have borders */
611    
612     filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
613     }
614     .btn-warning:hover,
615     .btn-warning:focus,
616     .btn-warning:active,
617     .btn-warning.active,
618     .btn-warning.disabled,
619     .btn-warning[disabled] {
620     color: #ffffff;
621     background-color: #f89406;
622     *background-color: #df8505;
623     }
624     .btn-warning:active,
625     .btn-warning.active {
626     background-color: #c67605 \9;
627     }
628     .btn-danger {
629     color: #ffffff;
630     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
631     background-color: #da4f49;
632     background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
633     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
634     background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
635     background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
636     background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
637     background-repeat: repeat-x;
638     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
639     border-color: #bd362f #bd362f #802420;
640     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
641     *background-color: #bd362f;
642     /* Darken IE7 buttons by default so they stand out more given they won't have borders */
643    
644     filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
645     }
646     .btn-danger:hover,
647     .btn-danger:focus,
648     .btn-danger:active,
649     .btn-danger.active,
650     .btn-danger.disabled,
651     .btn-danger[disabled] {
652     color: #ffffff;
653     background-color: #bd362f;
654     *background-color: #a9302a;
655     }
656     .btn-danger:active,
657     .btn-danger.active {
658     background-color: #942a25 \9;
659     }
660     .btn-success {
661     color: #ffffff;
662     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
663     background-color: #5bb75b;
664     background-image: -moz-linear-gradient(top, #62c462, #51a351);
665     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
666     background-image: -webkit-linear-gradient(top, #62c462, #51a351);
667     background-image: -o-linear-gradient(top, #62c462, #51a351);
668     background-image: linear-gradient(to bottom, #62c462, #51a351);
669     background-repeat: repeat-x;
670     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
671     border-color: #51a351 #51a351 #387038;
672     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
673     *background-color: #51a351;
674     /* Darken IE7 buttons by default so they stand out more given they won't have borders */
675    
676     filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
677     }
678     .btn-success:hover,
679     .btn-success:focus,
680     .btn-success:active,
681     .btn-success.active,
682     .btn-success.disabled,
683     .btn-success[disabled] {
684     color: #ffffff;
685     background-color: #51a351;
686     *background-color: #499249;
687     }
688     .btn-success:active,
689     .btn-success.active {
690     background-color: #408140 \9;
691     }
692     .btn-info {
693     color: #ffffff;
694     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
695     background-color: #49afcd;
696     background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
697     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
698     background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
699     background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
700     background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
701     background-repeat: repeat-x;
702     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
703     border-color: #2f96b4 #2f96b4 #1f6377;
704     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
705     *background-color: #2f96b4;
706     /* Darken IE7 buttons by default so they stand out more given they won't have borders */
707    
708     filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
709     }
710     .btn-info:hover,
711     .btn-info:focus,
712     .btn-info:active,
713     .btn-info.active,
714     .btn-info.disabled,
715     .btn-info[disabled] {
716     color: #ffffff;
717     background-color: #2f96b4;
718     *background-color: #2a85a0;
719     }
720     .btn-info:active,
721     .btn-info.active {
722     background-color: #24748c \9;
723     }
724     .btn-inverse {
725     color: #ffffff;
726     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
727     background-color: #363636;
728     background-image: -moz-linear-gradient(top, #444444, #222222);
729     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
730     background-image: -webkit-linear-gradient(top, #444444, #222222);
731     background-image: -o-linear-gradient(top, #444444, #222222);
732     background-image: linear-gradient(to bottom, #444444, #222222);
733     background-repeat: repeat-x;
734     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
735     border-color: #222222 #222222 #000000;
736     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
737     *background-color: #222222;
738     /* Darken IE7 buttons by default so they stand out more given they won't have borders */
739    
740     filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
741     }
742     .btn-inverse:hover,
743     .btn-inverse:focus,
744     .btn-inverse:active,
745     .btn-inverse.active,
746     .btn-inverse.disabled,
747     .btn-inverse[disabled] {
748     color: #ffffff;
749     background-color: #222222;
750     *background-color: #151515;
751     }
752     .btn-inverse:active,
753     .btn-inverse.active {
754     background-color: #080808 \9;
755     }
756     button.btn,
757     input[type="submit"].btn {
758     *padding-top: 3px;
759     *padding-bottom: 3px;
760     }
761     button.btn::-moz-focus-inner,
762     input[type="submit"].btn::-moz-focus-inner {
763     padding: 0;
764     border: 0;
765     }
766     button.btn.btn-large,
767     input[type="submit"].btn.btn-large {
768     *padding-top: 7px;
769     *padding-bottom: 7px;
770     }
771     button.btn.btn-small,
772     input[type="submit"].btn.btn-small {
773     *padding-top: 3px;
774     *padding-bottom: 3px;
775     }
776     button.btn.btn-mini,
777     input[type="submit"].btn.btn-mini {
778     *padding-top: 1px;
779     *padding-bottom: 1px;
780     }
781     .btn-link,
782     .btn-link:active,
783     .btn-link[disabled] {
784     background-color: transparent;
785     background-image: none;
786     -webkit-box-shadow: none;
787     -moz-box-shadow: none;
788     box-shadow: none;
789     }
790     .btn-link {
791     border-color: transparent;
792     cursor: pointer;
793     color: #0088cc;
794     -webkit-border-radius: 0;
795     -moz-border-radius: 0;
796     border-radius: 0;
797     }
798     .btn-link:hover,
799     .btn-link:focus {
800     color: #005580;
801     text-decoration: underline;
802     background-color: transparent;
803     }
804     .btn-link[disabled]:hover,
805     .btn-link[disabled]:focus {
806     color: #333333;
807     text-decoration: none;
808     }

Properties

Name Value
svn:keywords Id

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26