@@ -198,7 +198,7 @@ input[type="checkbox"]:checked + label span.chk {
198198 /* medium size is default */
199199 height : 35px ;
200200 line-height : 35px ;
201- padding : 0px 25 px ;
201+ padding : 0px 32 px ;
202202 font-size : 14px ;
203203 position : relative;
204204}
@@ -259,7 +259,7 @@ input[type="checkbox"]:checked + label span.chk {
259259}
260260
261261.form_field {
262- margin-bottom : 20 px ;
262+ margin-bottom : 12 px ;
263263}
264264.form_field .field_error {
265265 position : relative;
@@ -350,6 +350,11 @@ input[type="checkbox"]:checked + label span.chk {
350350
351351# welcome-wrapper {
352352 text-align : center;
353+ height : 375px ;
354+ margin : auto;
355+ position : absolute;
356+ top : 0 ;
357+ bottom : 0 ;
353358}
354359
355360/***** TOOLTIP *****/
@@ -461,6 +466,7 @@ i.stooltip span {
461466 background-position : -286px -47px ;
462467 width : 17px ;
463468 height : 16px ;
469+ margin-left : 6px ;
464470}
465471
466472.si-help-hover {
@@ -687,13 +693,18 @@ i.stooltip span {
687693
688694/**** galleries ****/
689695
696+ .box {
697+ margin-bottom : 20px ;
698+ height : 231px ;
699+ }
700+
690701.thumb {
691702 border-top : 1px solid lightgray;
692703 border-left : 1px solid lightgray;
693704 border-right : 1px solid lightgray;
694705 border-top-left-radius : 4px ;
695706 border-top-right-radius : 4px ;
696- height : 150 px ;
707+ height : 191 px ;
697708 overflow : hidden;
698709 position : relative;
699710}
@@ -724,7 +735,7 @@ i.stooltip span {
724735 border-bottom-left-radius : 5px ;
725736 border-bottom-right-radius : 5px ;
726737 border : 1px solid # ccc ;
727- padding : 8 px ;
738+ padding : 9 px ;
728739}
729740
730741.btn-github {
@@ -857,7 +868,7 @@ i.stooltip span {
857868}
858869
859870# breadcrumbs-section # action-button # create-file > a {
860- padding : 0 32 px ;
871+ padding : 0 40 px ;
861872}
862873
863874# breadcrumbs-section # action-button # create-file i {
@@ -872,7 +883,7 @@ i.stooltip span {
872883}
873884
874885# breadcrumbs-section # action-button # create-file i .si-add-item {
875- left : 12 px ;
886+ left : 20 px ;
876887 top : 11px ;
877888}
878889
@@ -904,7 +915,7 @@ i.stooltip span {
904915 height : 61px ;
905916 margin : auto;
906917 position : absolute;
907- top : 0 ;
918+ top : 4 px ;
908919 left : 30px ;
909920}
910921
@@ -931,13 +942,18 @@ i.stooltip span {
931942 padding : 11px ;
932943 display : inline-block;
933944 height : 39px ;
945+ color : # 777777 ;
934946}
935947
936948.bread-crumb .dark {
937949 background-image : url ("../img/dark_bread_crumbs_arrow_A.png" );
938950}
939951.bread-crumb .dark span {
940952 background-color : # EBEBEB ;
953+ color : # 333333 ;
954+ }
955+ .bread-crumb .dark span b {
956+ font-weight : 400 ;
941957}
942958
943959.bread-crumb .dark .bread-crumb-tail {
@@ -974,7 +990,7 @@ i.stooltip span {
974990{
975991 background-color : # 2b2f3e ;
976992 color : # 8c92a4 ;
977- min-height : 100 px ;
993+ min-height : 86 px ;
978994 margin-bottom : 10px ;
979995 border-bottom : 1px solid # 2b2f3e ;
980996 border-left : 1px solid # 2b2f3e ;
@@ -1080,7 +1096,7 @@ i.stooltip span {
10801096
10811097# requestLog {
10821098 overflow-y : auto;
1083- height : 150 px ;
1099+ height : 113 px ;
10841100}
10851101
10861102# requestLog pre {
0 commit comments