source: extensions/Random_Header/admin/rh_admin.css @ 7379

Last change on this file since 7379 was 7379, checked in by repie38, 14 years ago

small css fix to allow long category name and longer input fields

File size: 502 bytes
Line 
1.randomHeader_fieldset legend{color:#ff3363;font-weight:bold;}
2.rh_input{width:335px;}
3
4.black_overlay{
5        display: none;
6        position: absolute;
7        top: 0%;
8        left: 0%;
9        width: 100%;
10        height: 100%;
11        background-color: black;
12        z-index:1001;
13        -moz-opacity: 0.8;
14        opacity:.80;
15        filter: alpha(opacity=80);
16}
17 
18.rhconfpanel {
19        display: none;
20        position: fixed;
21        top: 25%;
22        left: 25%;
23        padding: 16px;
24        border: 1px solid #444444;
25        background-color: #222222;
26        z-index:1002;
27        overflow: auto;
28}
Note: See TracBrowser for help on using the repository browser.