style buttons for upload/post edit pages
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
});
|
||||
|
||||
dialog.parent().mouseout(function(e) {
|
||||
dialog.parent().css({"opacity": 0.6});
|
||||
dialog.parent().css({"opacity": 0.6, "transition": "opacity .2s ease"});
|
||||
})
|
||||
.mouseover(function(e) {
|
||||
dialog.parent().css({"opacity": 1});
|
||||
|
||||
@@ -3,6 +3,7 @@ div.ui-dialog {
|
||||
overflow: visible;
|
||||
font-size: 1em;
|
||||
z-index: 999 !important;
|
||||
box-shadow: 2px 2px 1px grey;
|
||||
|
||||
ul {
|
||||
margin-left: 1em;
|
||||
@@ -19,3 +20,27 @@ div.ui-dialog {
|
||||
border: 1px solid #FBC7C6;
|
||||
background: #FDDFDE;
|
||||
}
|
||||
|
||||
.ui-button {
|
||||
margin: 0;
|
||||
padding: 0.25em 1em;
|
||||
background-color: #f6f6f6;
|
||||
border: 1px solid #c5c5c5;
|
||||
|
||||
&.sub {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
&.tiny {
|
||||
font-size: 90%;
|
||||
padding: 0.25em 0.5em;
|
||||
}
|
||||
|
||||
&.gradient {
|
||||
background: linear-gradient(#f6f6f6, #e5e5e5);
|
||||
}
|
||||
}
|
||||
|
||||
.ui-button:hover {
|
||||
box-shadow: 1px 1px grey;
|
||||
}
|
||||
@@ -6,6 +6,10 @@ form.simple_form {
|
||||
display: inline;
|
||||
vertical-align: middle;
|
||||
margin-left: 0.5em;
|
||||
|
||||
input {
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -77,6 +77,14 @@ a.blacklisted-active {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#open-edit-dialog {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#edit-dialog textarea {
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
||||
.post-preview {
|
||||
img {
|
||||
border: 2px solid transparent;
|
||||
@@ -223,7 +231,7 @@ div#c-posts {
|
||||
text-align: center;
|
||||
|
||||
input[type=submit] {
|
||||
padding: 0.2em 0.5em;
|
||||
padding: 0.2em 0.75em;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -401,6 +409,10 @@ div#c-posts {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
textarea {
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
||||
#favlist {
|
||||
margin-left: 1em;
|
||||
word-wrap: break-word;
|
||||
|
||||
@@ -19,7 +19,7 @@ div#c-uploads {
|
||||
}
|
||||
|
||||
textarea {
|
||||
margin-bottom: 0.5em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
||||
.hint {
|
||||
|
||||
Reference in New Issue
Block a user