6
6
}
7
7
@font-face {
8
8
font-family : "SBL Hebrew" ;
9
- src : url (themes/default/assets/fonts/SBL_Hbrw.ttf) format ("truetype" ),
10
- url (themes/default/assets/fonts/SBL_Hbrw.woff) format ("woff" );
11
- unicode-range : U+0590-05FF; /* only applies to Hebrew characters */
9
+ src : url (themes/default/assets/fonts/SBL_Hbrw.ttf) format ("truetype" ), url (themes/default/assets/fonts/SBL_Hbrw.woff) format ("woff" );
10
+ unicode-range : U+0590-05FF;
11
+
12
+ /* only applies to Hebrew characters */
12
13
}
13
14
body {
14
15
font-family : "SBL Hebrew" , "Helvetica Neue" , "Microsoft YaHei" , Arial, Helvetica, sans-serif !important ;
@@ -436,28 +437,28 @@ footer .ui.language .menu {
436
437
}
437
438
@media only screen and (max-width : 1200px ) {
438
439
.ui .menu .new-menu {
439
- overflow-x : auto !important ;
440
- justify-content : left !important ;
441
- padding-bottom : 5px ;
440
+ overflow-x : auto !important ;
441
+ justify-content : left !important ;
442
+ padding-bottom : 5px ;
442
443
}
443
444
.ui .menu .new-menu ::-webkit-scrollbar {
444
- height : 8px ;
445
- display : none;
445
+ height : 8px ;
446
+ display : none;
446
447
}
447
448
.ui .menu .new-menu : hover ::-webkit-scrollbar {
448
449
display : block;
449
450
}
450
451
.ui .menu .new-menu ::-webkit-scrollbar-track {
451
- background : rgba (0 , 0 , 0 , 0.01 );
452
+ background : rgba (0 , 0 , 0 , 0.01 );
452
453
}
453
454
.ui .menu .new-menu ::-webkit-scrollbar-thumb {
454
- background : rgba (0 , 0 , 0 , 0.2 );
455
+ background : rgba (0 , 0 , 0 , 0.2 );
455
456
}
456
457
.ui .menu .new-menu : after {
457
458
position : absolute;
458
459
margin-top : -15px ;
459
460
display : block;
460
- background-image : linear-gradient (to right, rgba (255 , 255 , 255 , 0 ), rgba ( 255 , 255 , 255 , 1 ) 100% );
461
+ background-image : linear-gradient (to right, rgba (255 , 255 , 255 , 0 ), # ffffff 100% );
461
462
content : ' ' ;
462
463
right : 0 ;
463
464
height : 53px ;
@@ -862,7 +863,7 @@ footer .ui.language .menu {
862
863
border : solid 1px # ccc ;
863
864
border-bottom-color : # bbb ;
864
865
border-radius : 3px ;
865
- box-shadow : inset 0 -1px 0 # bbb ;
866
+ box-shadow : inset 0 -1px 0 # bbbbbb ;
866
867
}
867
868
.markdown : not (code ) input [type = "checkbox" ] {
868
869
vertical-align : middle !important ;
@@ -938,7 +939,7 @@ footer .ui.language .menu {
938
939
}
939
940
.install form label {
940
941
text-align : right;
941
- width : 320px !important ;
942
+ width : 320px ;
942
943
}
943
944
.install form input {
944
945
width : 35% !important ;
@@ -947,7 +948,7 @@ footer .ui.language .menu {
947
948
text-align : left;
948
949
}
949
950
.install form .field .help {
950
- margin-left : 335px !important ;
951
+ margin-left : 335px ;
951
952
}
952
953
.install form .field .optional .title {
953
954
margin-left : 38% ;
@@ -982,18 +983,18 @@ footer .ui.language .menu {
982
983
text-align : center;
983
984
}
984
985
# create-page-form form .header {
985
- padding-left : 280px !important ;
986
+ padding-left : 280px ;
986
987
}
987
988
# create-page-form form .inline .field > label {
988
989
text-align : right;
989
- width : 250px !important ;
990
+ width : 250px ;
990
991
word-wrap : break-word;
991
992
}
992
993
# create-page-form form .help {
993
- margin-left : 265px !important ;
994
+ margin-left : 265px ;
994
995
}
995
996
# create-page-form form .optional .title {
996
- margin-left : 250px !important ;
997
+ margin-left : 250px ;
997
998
}
998
999
# create-page-form form input ,
999
1000
# create-page-form form textarea {
@@ -1039,30 +1040,30 @@ footer .ui.language .menu {
1039
1040
.user .reset .password form .header ,
1040
1041
.user .signin form .header ,
1041
1042
.user .signup form .header {
1042
- padding-left : 280px !important ;
1043
+ padding-left : 280px ;
1043
1044
}
1044
1045
.user .activate form .inline .field > label ,
1045
1046
.user .forgot .password form .inline .field > label ,
1046
1047
.user .reset .password form .inline .field > label ,
1047
1048
.user .signin form .inline .field > label ,
1048
1049
.user .signup form .inline .field > label {
1049
1050
text-align : right;
1050
- width : 250px !important ;
1051
+ width : 250px ;
1051
1052
word-wrap : break-word;
1052
1053
}
1053
1054
.user .activate form .help ,
1054
1055
.user .forgot .password form .help ,
1055
1056
.user .reset .password form .help ,
1056
1057
.user .signin form .help ,
1057
1058
.user .signup form .help {
1058
- margin-left : 265px !important ;
1059
+ margin-left : 265px ;
1059
1060
}
1060
1061
.user .activate form .optional .title ,
1061
1062
.user .forgot .password form .optional .title ,
1062
1063
.user .reset .password form .optional .title ,
1063
1064
.user .signin form .optional .title ,
1064
1065
.user .signup form .optional .title {
1065
- margin-left : 250px !important ;
1066
+ margin-left : 250px ;
1066
1067
}
1067
1068
.user .activate form input ,
1068
1069
.user .forgot .password form input ,
@@ -1096,7 +1097,7 @@ footer .ui.language .menu {
1096
1097
.user .reset .password form .inline .field > label ,
1097
1098
.user .signin form .inline .field > label ,
1098
1099
.user .signup form .inline .field > label {
1099
- width : 200px !important ;
1100
+ width : 200px ;
1100
1101
}
1101
1102
.repository .new .repo form ,
1102
1103
.repository .new .migrate form ,
@@ -1112,24 +1113,24 @@ footer .ui.language .menu {
1112
1113
.repository .new .repo form .header ,
1113
1114
.repository .new .migrate form .header ,
1114
1115
.repository .new .fork form .header {
1115
- padding-left : 280px !important ;
1116
+ padding-left : 280px ;
1116
1117
}
1117
1118
.repository .new .repo form .inline .field > label ,
1118
1119
.repository .new .migrate form .inline .field > label ,
1119
1120
.repository .new .fork form .inline .field > label {
1120
1121
text-align : right;
1121
- width : 250px !important ;
1122
+ width : 250px ;
1122
1123
word-wrap : break-word;
1123
1124
}
1124
1125
.repository .new .repo form .help ,
1125
1126
.repository .new .migrate form .help ,
1126
1127
.repository .new .fork form .help {
1127
- margin-left : 265px !important ;
1128
+ margin-left : 265px ;
1128
1129
}
1129
1130
.repository .new .repo form .optional .title ,
1130
1131
.repository .new .migrate form .optional .title ,
1131
1132
.repository .new .fork form .optional .title {
1132
- margin-left : 250px !important ;
1133
+ margin-left : 250px ;
1133
1134
}
1134
1135
.repository .new .repo form input ,
1135
1136
.repository .new .migrate form input ,
@@ -1164,7 +1165,7 @@ footer .ui.language .menu {
1164
1165
width : 50% !important ;
1165
1166
}
1166
1167
.repository .new .repo .ui .form # auto-init {
1167
- margin-left : 265px !important ;
1168
+ margin-left : 265px ;
1168
1169
}
1169
1170
.new .webhook form .help {
1170
1171
margin-left : 25px ;
@@ -2680,18 +2681,18 @@ table[data-table-type="yaml-metadata"] {
2680
2681
text-align : center;
2681
2682
}
2682
2683
.organization .new .org form .header {
2683
- padding-left : 280px !important ;
2684
+ padding-left : 280px ;
2684
2685
}
2685
2686
.organization .new .org form .inline .field > label {
2686
2687
text-align : right;
2687
- width : 250px !important ;
2688
+ width : 250px ;
2688
2689
word-wrap : break-word;
2689
2690
}
2690
2691
.organization .new .org form .help {
2691
- margin-left : 265px !important ;
2692
+ margin-left : 265px ;
2692
2693
}
2693
2694
.organization .new .org form .optional .title {
2694
- margin-left : 250px !important ;
2695
+ margin-left : 250px ;
2695
2696
}
2696
2697
.organization .new .org form input ,
2697
2698
.organization .new .org form textarea {
@@ -3110,3 +3111,22 @@ table[data-table-type="yaml-metadata"] {
3110
3111
.ui .user .list .item .description a : hover {
3111
3112
text-decoration : underline;
3112
3113
}
3114
+ .no-padding-button {
3115
+ display : inline-flex;
3116
+ padding : 0px !important ;
3117
+ }
3118
+ .door43-logo {
3119
+ height : 20px ;
3120
+ width : 20px ;
3121
+ margin-top : -12px ;
3122
+ margin-bottom : -8px ;
3123
+ vertical-align : middle;
3124
+ display : inline-block;
3125
+ }
3126
+ .empty-icon {
3127
+ width : 0px !important ;
3128
+ margin : 0 0 0 0 !important ;
3129
+ }
3130
+ .empty-icon : before {
3131
+ content : "\200b" ;
3132
+ }
0 commit comments