mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 05:24:25 -04:00
Cleans view styles.
This commit is contained in:
parent
f0d7ec72cf
commit
ad845dbe66
3 changed files with 5 additions and 10 deletions
|
@ -29,17 +29,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.item + .item {
|
&.item + .item {
|
||||||
|
margin-top: -1px;
|
||||||
a, a:active, a:visited {
|
|
||||||
margin-top: -1px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.square {
|
.icon.square {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: -5px;
|
top: -4px;
|
||||||
width: @icon-size;
|
width: @icon-size;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
|
@ -5,10 +5,9 @@
|
||||||
|
|
||||||
&.item {
|
&.item {
|
||||||
float: left;
|
float: left;
|
||||||
|
margin: 2px;
|
||||||
|
|
||||||
a, a:active, a:visited {
|
a, a:active, a:visited {
|
||||||
float: left;
|
|
||||||
margin: 2px;
|
|
||||||
width: @icon-size + 186px;
|
width: @icon-size + 186px;
|
||||||
height: @icon-size + 6px;
|
height: @icon-size + 6px;
|
||||||
border: 1px solid rgba(0,0,0,0);
|
border: 1px solid rgba(0,0,0,0);
|
||||||
|
@ -31,7 +30,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: -2px;
|
top: -4px;
|
||||||
width: @icon-size;
|
width: @icon-size;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
|
@ -6,10 +6,9 @@
|
||||||
|
|
||||||
&.item {
|
&.item {
|
||||||
float: left;
|
float: left;
|
||||||
|
margin: 8px;
|
||||||
|
|
||||||
a, a:active, a:visited {
|
a, a:active, a:visited {
|
||||||
float: left;
|
|
||||||
margin: 8px;
|
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
min-width: 96px;
|
min-width: 96px;
|
||||||
width: @icon-size * 2;
|
width: @icon-size * 2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue