##// END OF EJS Templates
replace tabs to spaces at public/stylesheets/application.css...
Toshi MARUYAMA -
r7513:05904b1b0194
parent child
Show More
@@ -480,39 +480,39 input#principal_search, input#user_search {width:100%}
480 #errorExplanation, div.flash, .nodata, .warning {
480 #errorExplanation, div.flash, .nodata, .warning {
481 padding: 4px 4px 4px 30px;
481 padding: 4px 4px 4px 30px;
482 margin-bottom: 12px;
482 margin-bottom: 12px;
483 font-size: 1.1em;
483 font-size: 1.1em;
484 border: 2px solid;
484 border: 2px solid;
485 }
485 }
486
486
487 div.flash {margin-top: 8px;}
487 div.flash {margin-top: 8px;}
488
488
489 div.flash.error, #errorExplanation {
489 div.flash.error, #errorExplanation {
490 background: url(../images/exclamation.png) 8px 50% no-repeat;
490 background: url(../images/exclamation.png) 8px 50% no-repeat;
491 background-color: #ffe3e3;
491 background-color: #ffe3e3;
492 border-color: #dd0000;
492 border-color: #dd0000;
493 color: #880000;
493 color: #880000;
494 }
494 }
495
495
496 div.flash.notice {
496 div.flash.notice {
497 background: url(../images/true.png) 8px 5px no-repeat;
497 background: url(../images/true.png) 8px 5px no-repeat;
498 background-color: #dfffdf;
498 background-color: #dfffdf;
499 border-color: #9fcf9f;
499 border-color: #9fcf9f;
500 color: #005f00;
500 color: #005f00;
501 }
501 }
502
502
503 div.flash.warning {
503 div.flash.warning {
504 background: url(../images/warning.png) 8px 5px no-repeat;
504 background: url(../images/warning.png) 8px 5px no-repeat;
505 background-color: #FFEBC1;
505 background-color: #FFEBC1;
506 border-color: #FDBF3B;
506 border-color: #FDBF3B;
507 color: #A6750C;
507 color: #A6750C;
508 text-align: left;
508 text-align: left;
509 }
509 }
510
510
511 .nodata, .warning {
511 .nodata, .warning {
512 text-align: center;
512 text-align: center;
513 background-color: #FFEBC1;
513 background-color: #FFEBC1;
514 border-color: #FDBF3B;
514 border-color: #FDBF3B;
515 color: #A6750C;
515 color: #A6750C;
516 }
516 }
517
517
518 span.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;}
518 span.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;}
@@ -639,25 +639,25 background-color: #fff;
639 div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
639 div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
640
640
641 button.tab-left, button.tab-right {
641 button.tab-left, button.tab-right {
642 font-size: 0.9em;
642 font-size: 0.9em;
643 cursor: pointer;
643 cursor: pointer;
644 height:24px;
644 height:24px;
645 border: 1px solid #ccc;
645 border: 1px solid #ccc;
646 border-bottom: 1px solid #bbbbbb;
646 border-bottom: 1px solid #bbbbbb;
647 position:absolute;
647 position:absolute;
648 padding:4px;
648 padding:4px;
649 width: 20px;
649 width: 20px;
650 bottom: -1px;
650 bottom: -1px;
651 }
651 }
652
652
653 button.tab-left {
653 button.tab-left {
654 right: 20px;
654 right: 20px;
655 background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
655 background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
656 }
656 }
657
657
658 button.tab-right {
658 button.tab-right {
659 right: 0;
659 right: 0;
660 background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
660 background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
661 }
661 }
662
662
663 /***** Auto-complete *****/
663 /***** Auto-complete *****/
@@ -917,45 +917,45 padding-bottom: 3px;
917 .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
917 .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
918
918
919 img.gravatar {
919 img.gravatar {
920 padding: 2px;
920 padding: 2px;
921 border: solid 1px #d5d5d5;
921 border: solid 1px #d5d5d5;
922 background: #fff;
922 background: #fff;
923 }
923 }
924
924
925 div.issue img.gravatar {
925 div.issue img.gravatar {
926 float: right;
926 float: right;
927 margin: 0 0 0 1em;
927 margin: 0 0 0 1em;
928 padding: 5px;
928 padding: 5px;
929 }
929 }
930
930
931 div.issue table img.gravatar {
931 div.issue table img.gravatar {
932 height: 14px;
932 height: 14px;
933 width: 14px;
933 width: 14px;
934 padding: 2px;
934 padding: 2px;
935 float: left;
935 float: left;
936 margin: 0 0.5em 0 0;
936 margin: 0 0.5em 0 0;
937 }
937 }
938
938
939 h2 img.gravatar {
939 h2 img.gravatar {
940 padding: 3px;
940 padding: 3px;
941 margin: -2px 4px -4px 0;
941 margin: -2px 4px -4px 0;
942 vertical-align: top;
942 vertical-align: top;
943 }
943 }
944
944
945 h4 img.gravatar {
945 h4 img.gravatar {
946 padding: 3px;
946 padding: 3px;
947 margin: -6px 0 -4px 0;
947 margin: -6px 0 -4px 0;
948 vertical-align: top;
948 vertical-align: top;
949 }
949 }
950
950
951 td.username img.gravatar {
951 td.username img.gravatar {
952 margin: 0 0.5em 0 0;
952 margin: 0 0.5em 0 0;
953 vertical-align: top;
953 vertical-align: top;
954 }
954 }
955
955
956 #activity dt img.gravatar {
956 #activity dt img.gravatar {
957 float: left;
957 float: left;
958 margin: 0 1em 1em 0;
958 margin: 0 1em 1em 0;
959 }
959 }
960
960
961 /* Used on 12px Gravatar img tags without the icon background */
961 /* Used on 12px Gravatar img tags without the icon background */
@@ -966,11 +966,11 td.username img.gravatar {
966
966
967 #activity dt,
967 #activity dt,
968 .journal {
968 .journal {
969 clear: left;
969 clear: left;
970 }
970 }
971
971
972 .journal-link {
972 .journal-link {
973 float: right;
973 float: right;
974 }
974 }
975
975
976 h2 img { vertical-align:middle; }
976 h2 img { vertical-align:middle; }
@@ -982,9 +982,9 h2 img { vertical-align:middle; }
982 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
982 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
983 #main { background: #fff; }
983 #main { background: #fff; }
984 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
984 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
985 #wiki_add_attachment { display:none; }
985 #wiki_add_attachment { display:none; }
986 .hide-when-print { display: none; }
986 .hide-when-print { display: none; }
987 .autoscroll {overflow-x: visible;}
987 .autoscroll {overflow-x: visible;}
988 table.list {margin-top:0.5em;}
988 table.list {margin-top:0.5em;}
989 table.list th, table.list td {border: 1px solid #aaa;}
989 table.list th, table.list td {border: 1px solid #aaa;}
990 }
990 }
General Comments 0
You need to be logged in to leave comments. Login now