[Webbinder-commits] root/styles webbinder.css,1.3,1.4
Brought to you by:
jasondiceman,
sylvieg
|
From: Jason D. <jas...@us...> - 2006-08-01 17:26:56
|
Update of /cvsroot/webbinder/root/styles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9347/styles Modified Files: webbinder.css Log Message: browse categories search form is back Index: webbinder.css =================================================================== RCS file: /cvsroot/webbinder/root/styles/webbinder.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** webbinder.css 26 Oct 2005 09:01:33 -0000 1.3 --- webbinder.css 1 Aug 2006 17:26:52 -0000 1.4 *************** *** 407,413 **** /* ! * admin interfaces */ /* content boxes */ .cbox-title { --- 407,418 ---- /* ! ****** admin interfaces **** */ + .rbox { + margin: 5px; + border: 1px solid red; + } + /* content boxes */ .cbox-title { *************** *** 425,436 **** padding:4px; } ! .catitemcount { /*custom for webbinder0604 set in tiki-browse_categories.php */ font-size: 0.8em; color: #666666; } /* ! * wiki pages */ --- 430,495 ---- padding:4px; } ! ! /*custom for webbinder set in tiki-browse_categories.php */ ! .catitemcount { font-size: 0.8em; color: #666666; } + .catsearch { + text-align:right; + } + + /* tiki tabs */ + .tabs { + padding : 1px 5px; + } + .tabmark { + display : inline; + font-size : 10px; + background-color : #DDDDDD; + border : 1px solid #666666; + margin : 0px; + margin-right : 5px; + padding: 2px 0; + border-radius : 5px 5px 0 0; + -moz-border-radius : 5px 5px 0 0; + -khtml-border-radius : 5px 5px 0 0; + } + .tabmark a { + border-radius : 5px 5px 0 0; + -moz-border-radius : 5px 5px 0 0; + -khtml-border-radius : 5px 5px 0 0; + border-bottom : 0; + color : #666666; + font-weight : bold; + padding : 1px 5px; + } + .tabmark a:active { + background-color : white; + color : red; + } + .tabmark a:hover { + color : black; + background-color : #CCCCCC; + } + .tabcontent { + z-index : 200; + position : relative; + border : 1px solid #999999; + padding: 6px 2px 2px 2px; + margin: 5px; + margin-top : 0; + background-color : #EEEEEE; + border-radius : 0px 4px 4px 4px; + -moz-border-radius : 0px 4px 4px 4px; + -khtml-border-radius : 0px 4px 4px 4px; + } + + + /* ! ****** wiki pages **** */ *************** *** 490,493 **** --- 549,553 ---- border:1px solid #999999; padding:5px; + vertical-align:top; } |