Adding footer margin / padding so that canary is fully visible, and changing remove button so it is not grey on grey
This commit is contained in:
parent
aba80c9c28
commit
d7b3a7ab54
@ -326,14 +326,6 @@ form table tr td div.center {
|
|||||||
margin: 2px
|
margin: 2px
|
||||||
}
|
}
|
||||||
|
|
||||||
/*form table tr td div input {
|
|
||||||
display: block;
|
|
||||||
margin: 2px auto 0 auto;
|
|
||||||
}
|
|
||||||
form table tr td div label {
|
|
||||||
font-size: 10px;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
.unimportant,.unimportant * {
|
.unimportant,.unimportant * {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
@ -651,13 +643,8 @@ fieldset label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.pages {
|
div.pages {
|
||||||
/*! color: #89A; */
|
|
||||||
/*! background: #D6DAF0; */
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
/*! margin: 8px 0 4px 0; */
|
|
||||||
/*! border-right: 1px solid #B7C5D9; */
|
|
||||||
/*! border-bottom: 1px solid #B7C5D9; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.pages.top {
|
div.pages.top {
|
||||||
@ -1538,7 +1525,7 @@ li.mix {
|
|||||||
}
|
}
|
||||||
.dropzone .remove-btn {
|
.dropzone .remove-btn {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: rgba(125, 125, 125, 0.5);
|
color: rgba(10, 43, 175, 0.89);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
@ -1924,3 +1911,7 @@ table.fileboard .intro a {
|
|||||||
div.mix {
|
div.mix {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user