Compare commits
No commits in common. "6c7deda0e039f30a413df69c0ab25f801b923078" and "b2b983f236f501edc241804fcaf3f29a918427c5" have entirely different histories.
6c7deda0e0
...
b2b983f236
20
style.css
20
style.css
|
@ -206,15 +206,6 @@ body > div.overlay .dialog table:not(.titlebox) {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbed-container > .tablist > .tab > .tab-close {
|
|
||||||
display: inline-block;
|
|
||||||
width: 16px; height: 16px;
|
|
||||||
margin-left: 4px;
|
|
||||||
background-image: url('//assets.worlio.com/style/icons/close');
|
|
||||||
background-size: 100%;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (orientation: landscape) {
|
@media only screen and (orientation: landscape) {
|
||||||
.tabbed-container.vertical {
|
.tabbed-container.vertical {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -1310,7 +1301,6 @@ body.forum.index table.board-display tr:not(.title-row) td:nth-of-type(4),
|
||||||
body.forum.index table.board-display tr th:nth-of-type(3),
|
body.forum.index table.board-display tr th:nth-of-type(3),
|
||||||
body.forum.board table.board-display tr:not(.title-row) td:nth-of-type(4),
|
body.forum.board table.board-display tr:not(.title-row) td:nth-of-type(4),
|
||||||
body.forum.board table.board-display tr th:nth-of-type(4),
|
body.forum.board table.board-display tr th:nth-of-type(4),
|
||||||
body.forum.board table.board-display tr.sub-row td:nth-of-type(3),
|
|
||||||
body.forum.newest table.board-display tr:not(.title-row) td:nth-of-type(4),
|
body.forum.newest table.board-display tr:not(.title-row) td:nth-of-type(4),
|
||||||
body.forum.newest table.board-display tr th:nth-of-type(4),
|
body.forum.newest table.board-display tr th:nth-of-type(4),
|
||||||
body.forum.watched table.board-display tr:not(.title-row) td:nth-of-type(4),
|
body.forum.watched table.board-display tr:not(.title-row) td:nth-of-type(4),
|
||||||
|
@ -1425,7 +1415,6 @@ body.forum.new table.board-display tr.title-row input {
|
||||||
body.forum.index table.board-display tr th:nth-of-type(2),
|
body.forum.index table.board-display tr th:nth-of-type(2),
|
||||||
body.forum.index table.board-display colgroup col:nth-of-type(4),
|
body.forum.index table.board-display colgroup col:nth-of-type(4),
|
||||||
body.forum.board table.board-display tr td:nth-of-type(4),
|
body.forum.board table.board-display tr td:nth-of-type(4),
|
||||||
body.forum.board table.board-display tr.sub-row td:nth-of-type(2),
|
|
||||||
body.forum.board table.board-display tr th:nth-of-type(3),
|
body.forum.board table.board-display tr th:nth-of-type(3),
|
||||||
body.forum.board table.board-display colgroup col:nth-of-type(5),
|
body.forum.board table.board-display colgroup col:nth-of-type(5),
|
||||||
body.forum.watched table.board-display tr td:nth-of-type(4),
|
body.forum.watched table.board-display tr td:nth-of-type(4),
|
||||||
|
@ -1806,6 +1795,15 @@ div.emotebox .emote-container:hover {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabbed-container > .tablist > .tab > .tab-close {
|
||||||
|
display: inline-block;
|
||||||
|
width: 16px; height: 16px;
|
||||||
|
margin-left: 4px;
|
||||||
|
background-image: url('//assets.worlio.com/style/icons/close');
|
||||||
|
background-size: 100%;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* USER PROFILE PAGE */
|
/* USER PROFILE PAGE */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user