css tweaks

This commit is contained in:
Albert Yi
2018-10-23 18:30:35 -07:00
parent 9899199f33
commit c0ab54b889
6 changed files with 48 additions and 14 deletions

View File

@@ -56,8 +56,15 @@ div#page {
button[type=submit] {
padding: 2px 6px;
background: #EEE;
}
#search-box button[type=submit] {
border-left: none;
}
#options-box i.fa-bookmark {
margin-right: 0.25em;
}
}
aside#sidebar > section {

View File

@@ -160,9 +160,34 @@ div#c-posts {
text-align: center;
margin: 0.5em 0;
input[type=submit] {
padding: 0.2em 0.75em;
form {
display: inline-block;
}
i {
margin-right: 0.1em;
color: deeppink;
}
button.ui-button {
padding: 0.25em 0.75em;
}
}
.fav-buttons-true #add-fav-button {
display: none;
}
.fav-buttons-true #remove-fav-button {
display: inline-block;
}
.fav-buttons-false #remove-fav-button {
display: none;
}
.fav-buttons-false #add-fav-button {
display: inline-block;
}
#ugoira-controls {
@@ -303,10 +328,6 @@ div#c-posts {
margin-top: 1em;
}
#add-fav-button, #remove-fav-button {
margin-top: 1em;
}
menu#post-sections {
margin: 0;
font-size: $h3_size;

View File

@@ -29,10 +29,11 @@
}
button[type=submit] {
font-size: 1.4em;
font-size: 1.2em;
background-color: #EEE;
height: 42px;
padding: 2px 10px;
border: 1px solid rgb(197, 197, 197);
}
}