@@ -103,7 +103,7 @@ a { color: #999; }
103
103
104
104
.comment-body p { margin : 10px 0 ; color : # 3D525E ; }
105
105
106
- # link-summary { background-color : # 777 ; padding : 10px 0 16 px ; }
106
+ # link-summary { background-color : # 777 ; padding : 10px 0 0 ; }
107
107
108
108
# link-summary : before {
109
109
content : '' ;
@@ -130,13 +130,26 @@ a { color: #999; }
130
130
color : # fafafa ;
131
131
font-weight : 700 ;
132
132
padding-right : 10px ;
133
+ padding-bottom : 2px ;
133
134
}
134
135
135
136
# summary-time { color : white; text-align : center; }
136
137
137
- # summary-domain { color : # F75433 ; font-weight : 700 ; font-size : 13px ; }
138
+ # summary-domain { color : # F75433 ; font-weight : 700 ; font-size : 13px ; display : inline; }
138
139
139
- # summary-author { color : # E2E2E0 ; font-weight : 700 ; display : inline; }
140
+ # summary-author {
141
+ color : # E2E2E0 ; font-weight : 700 ;
142
+ -webkit-box-flex : 1 ; -moz-box-flex : 1 ; -ms-box-flex : 1 ;
143
+ }
144
+
145
+ # share-tw { /* Share button position */
146
+ -webkit-box-flex : 1 ; -moz-box-flex : 1 ; -ms-box-flex : 1 ;
147
+ background-color : # BBB ;
148
+ padding : 3px 6px ;
149
+ margin-right : 10px ;
150
+ border-radius : 5px ;
151
+ font-weight : 700 ;
152
+ }
140
153
141
154
# summary-sub { color : # FAFAFA ; text-align : left; }
142
155
@@ -158,6 +171,12 @@ a { color: #999; }
158
171
width : 33% ;
159
172
}
160
173
174
+ # summary-footer {
175
+ display : -webkit-box; display : -moz-box; display : box;
176
+ padding-bottom : 10px ;
177
+ padding-top : 2px ;
178
+ }
179
+
161
180
# selftext {
162
181
padding : 10px ;
163
182
margin : 10px ;
@@ -373,7 +392,7 @@ a { color: #999; }
373
392
-webkit-box-flex : 1 ; -moz-box-flex : 1 ; box-flex : 1 ;
374
393
}
375
394
376
- .comments-button , # top-buttons > div , .list-button > span {
395
+ .comments-button , # top-buttons > div , .list-button > span , # share-tw {
377
396
color : # 555 ;
378
397
background-image : -webkit-linear-gradient (whiteSmoke 0% , # CCC 100% );
379
398
background-image : -moz-linear-gradient (whiteSmoke 0% , # CCC 100% );
@@ -505,7 +524,7 @@ header > div {
505
524
506
525
.comments-button {
507
526
padding : 3px 10px ;
508
- border-radius : 8 px ;
527
+ border-radius : 5 px ;
509
528
font-size : 11px ;
510
529
font-weight : 700 ;
511
530
display : block;
@@ -953,15 +972,15 @@ header > div {
953
972
# edit-subs { height : 4% ; }
954
973
}
955
974
956
- @-moz-document url-prefix() { /* Firefox only - layout hacks, for lack of solid flexbox */
975
+ @-moz-document url-prefix() { /* Firefox only - layout hacks (TODO: update to new flexbox) */
957
976
958
- # remove-sub , .item-to-remove > div , .to-comments { float : right; }
977
+ # remove-sub , .item-to-remove > div , .to-comments , # share-tw { float : right; }
959
978
960
- # add-new-sub , .item-to-remove > p , .corner , header > div { float : left; }
979
+ # add-new-sub , .item-to-remove > p , .corner , header > div , # summary-author { float : left; }
961
980
962
981
.item-to-remove { width : 100% ; }
963
982
964
- .link-wrap , # back-arrow , # refresh-icon , .item-to-remove { display : block; }
983
+ .link-wrap , # back-arrow , # refresh-icon , .item-to-remove , # summary-footer { display : block; }
965
984
966
985
.to-comments { padding-top : 30px ; }
967
986
@@ -978,4 +997,6 @@ header > div {
978
997
.btn-add-sub { display : table-cell; vertical-align : middle; }
979
998
980
999
.refresh-icon-FS { right : 20px ; }
1000
+
1001
+ # share-tw { margin-bottom : 7px ; }
981
1002
}
0 commit comments