Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
refs #142
Browse files Browse the repository at this point in the history
fixes #192
  • Loading branch information
Idrinth committed Oct 9, 2016
1 parent 54650d7 commit 2c507bb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
18 changes: 1 addition & 17 deletions src/root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
width:$size;
height:$size;
}
@import "styles/mutik.scss";
/**
* These styles modify pages changed by the script of IDotD
**/
Expand Down Expand Up @@ -563,23 +564,6 @@
width: auto;
}

#DRMng_main {
margin-right: 5em;
display: block;
border-right: solid 1px #444;
}

#DRMng_status {
float: right;
text-align: right;
}

#DRMng_onoff {
float: left;
border-left-width: 0;
border-right: solid 1px #444;
}

td.is-os {
background: #f000;
background: rgba(255, 0, 0, 0.5);
Expand Down
19 changes: 19 additions & 0 deletions src/styles/mutik.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/**
* Adjustments to make sure mutik's new script is not broken by us
**/
#DRMng_main {
margin-right: 5em;
display: block;
border-right: solid 1px #444;
}

#DRMng_status {
float: right;
text-align: right;
}

#DRMng_onoff {
float: left;
border-left-width: 0;
border-right: solid 1px #444;
}

0 comments on commit 2c507bb

Please sign in to comment.