source: extensions/UserAdvManager/branches/2.6/admin/template/themes/clear/theme.css @ 26956

Last change on this file since 26956 was 26956, checked in by Eric, 10 years ago

merge r26955 from trunk to branch 2.6 :
Next version is 2.6.0
Remove obsolete admin default theme
Customize tablesorter using zebra widget (colors according to admin theme in action) and tablesorter pager - step 2 and final

Add obsolete.list file

  • Property svn:eol-style set to LF
File size: 998 bytes
Line 
1/* Bloc expand-collapse instructions */
2.instructionBlock
3{
4  border: 1px solid #999;
5  margin: 5px;
6  overflow: hidden;
7}
8
9.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded
10{
11  background-color: #eee;
12  background-position: 15px center;
13  background-repeat: no-repeat;
14  color: #999;
15  cursor: pointer;
16  font-size: 110%;
17  overflow: hidden;
18  padding: 8px 41px;
19  text-align: left;
20}
21
22.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span
23{
24  border-bottom: none;
25}
26
27.instructionBlockHeaderCollapsed
28{
29  background-image: url(expand.gif);
30}
31
32.instructionBlockHeaderExpanded
33{
34  background-image: url(collapse.gif);
35}
36
37.instructionBlockContent
38{
39  padding: 0 15px 15px;
40}
41
42
43/* ******************************* */
44/* jQuery tablesorter instructions */
45/* ******************************* */
46
47table.tablesorter tbody tr.normal-row td {
48  background: #EEEEEE; 
49  color: #777777;
50}
51table.tablesorter tbody tr.alt-row td {
52  background: #DDDDDD;
53  color: #777777;
54}
Note: See TracBrowser for help on using the repository browser.