moved some styles for fileuploader select button from a generic to a specific stylesheet

This commit is contained in:
Anika Henke 2012-01-22 14:25:37 +00:00
parent 019e39f8e6
commit 5282c8c97b
2 changed files with 13 additions and 4 deletions

View file

@ -15,18 +15,18 @@
/* select file button */
/* as this is not a real button, but functions as a button,
it should be styled the same way as your other buttons,
preferably in the same place, so just add '.qq-upload-button' to those styles */
.qq-upload-button {
display: inline-block;
border: 1px solid __border__;
color: __text__;
background: __background__ url(images/buttonshadow.png) repeat-x bottom;
text-decoration: none;
font-size: 100%;
cursor: pointer;
margin: 1px 1px 5px;
padding: 0.125em 0.4em;
}
* html .qq-upload-button,
*+html .qq-upload-button {
display: inline;

View file

@ -217,6 +217,15 @@
line-height: 1.4;
}
/* to style button-like div in _fileuploader.css to look like other buttons,
please add '.qq-upload-button' to the according styles (which don't really exist in this template) */
.qq-upload-button {
border: 1px solid __border__;
background-color: __background_alt__;
padding: 0.125em 0.4em;
}
/*____________ JS popup ____________*/
.JSpopup {