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