Changeset 21354


Ignore:
Timestamp:
Mar 8, 2013, 12:22:37 PM (11 years ago)
Author:
mistic100
Message:

add missing CSS for switchBox

Location:
extensions/stripped
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/theme-white.css

    r17961 r21354  
    485485
    486486#thePicturePage .Online { display: none;}
     487
     488
     489/* drop-down boxes new in 2.4 */
     490.switchBox {
     491  background-color: #ccc;
     492  color:#222;
     493}
  • extensions/stripped/theme.css

    r21216 r21354  
    15071507  bottom: 0;
    15081508}
     1509
     1510/* drop-down boxes new in 2.4 */
     1511.switchBox {
     1512        padding: 0.5em 5px;
     1513        border-radius: 4px;
     1514        z-index: 100;
     1515        text-align:left;
     1516        display: none;
     1517        position: absolute;
     1518        left: 0; top: 0; /*left, right set through js*/
     1519  border: none;
     1520  background-color: #222;
     1521  color:#aaa;
     1522  font-size:14px;
     1523}
     1524
     1525.switchBox .switchBoxTitle {
     1526  padding-bottom:5px;
     1527  margin-bottom:5px;
     1528  border-bottom: 1px solid #444444;
     1529}
Note: See TracChangeset for help on using the changeset viewer.