mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Change: Reduce UI width. Adjust "Limit:" right alignment on history page.
This commit is contained in:
parent
d5daa14dc0
commit
d8f4c74acd
@ -386,7 +386,7 @@ a.inner {
|
|||||||
#header .wrapper {
|
#header .wrapper {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 1250px;
|
width: 1024px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header a:hover {
|
#header a:hover {
|
||||||
@ -396,7 +396,7 @@ a.inner {
|
|||||||
#header .showInfo .checkboxControls {
|
#header .showInfo .checkboxControls {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 1250px;
|
width: 1024px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
@ -493,7 +493,7 @@ h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.h2footer {
|
.h2footer {
|
||||||
margin: -35px 5px 6px 0px;
|
margin: -35px 0px 6px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h2footer select {
|
.h2footer select {
|
||||||
@ -606,7 +606,6 @@ input:not(.btn){
|
|||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 1250px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
@ -1148,7 +1147,7 @@ div#summary tr td {
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 105px 0 0;
|
padding: 105px 0 0;
|
||||||
width: 1250px;
|
width: 1024px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content960 {
|
#content960 {
|
||||||
|
Loading…
Reference in New Issue
Block a user