blob: ff9762ebb4e2f307b295ccf33f1ccba608d7ebf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* $Id$ */
.disabledRedirect { color:grey; }
#lstRedirects richlistitem { border-bottom:dotted 1px grey; padding:3px; }
.redirectRows > row > label { font-weight:bold;}
.editRedirects > row > textbox { width: 350px; }
#redirectorSettings > tabbox { margin:4px; }
#btnUp { list-style-image: url('chrome://redirector/skin/moveup.png'); }
#btnDown { list-style-image: url('chrome://redirector/skin/movedown.png'); }
#btnUp[disabled=true] { list-style-image: url('chrome://redirector/skin/moveupdisabled.png'); }
#btnDown[disabled=true] { list-style-image: url('chrome://redirector/skin/movedowndisabled.png'); }
#btnUp, #btnDown { width:25px; min-width:25px; }
#lblExport, #lblImport { padding-top:5px; }
#grpImportExport { padding-top:10px; padding-left:5px;}
|