You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- /* Recent */
-
- div.status_flag {
- width: 8px;
- height: 8px;
- margin: 4px;
- font-size: 0px;
- background-color: #EEE;
- }
-
- /* Search */
-
- .search_table td {
- padding: 2px;
- }
-
- /*** for wn toolbar ***/
- .wntoolbar-icon { background: url('lib/images/icons/wntoolbar-icons.png'); width: 16px; height: 16px; }
- .sprite-home { background-position: 0 0; }
- .sprite-new { background-position: 0 -66px; }
- .sprite-pages { background-position: 0 -132px; }
- .sprite-recent { background-position: 0 -198px; }
- .sprite-report { background-position: 0 -264px; }
- .sprite-search { background-position: 0 -330px; }
- .sprite-tools { background-position: 0 -396px; }
|