This commit is contained in:
parent
1202008f45
commit
33b13387f9
17
base.css
17
base.css
@ -78,6 +78,10 @@ main{
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.so-pane-full{
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.so-pane > div > div > *{
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
@ -86,11 +90,8 @@ main{
|
||||
text-align: left;
|
||||
}
|
||||
.so-pane > div > div > label{
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
vertical-align: middle;
|
||||
font-size: 16px;
|
||||
text-align: left;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
}
|
||||
.nav-menu, .sort-menu{
|
||||
display: none;
|
||||
@ -151,6 +152,12 @@ main{
|
||||
text-align: center;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
-webkit-border-bottom-left-radius: 4px;
|
||||
-webkit-border-bottom-right-radius: 4px;
|
||||
-moz-border-radius-bottomleft: 4px;
|
||||
-moz-border-radius-bottomright: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
.main-box > div, footer > p{
|
||||
max-width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user