Browse Source

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

master
Anika Henke 12 years ago
parent
commit
5282c8c97b
  1. 8
      css/_fileuploader.css
  2. 9
      css/design.css

8
css/_fileuploader.css

@ -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;

9
css/design.css

@ -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 {

Loading…
Cancel
Save