Skip to content

Commit

Permalink
Nowrap for tabs titles
Browse files Browse the repository at this point in the history
git-svn-id: svn://cherokee-project.com/CTK/trunk@4531 5dc97367-97f1-0310-9951-d761b3857238
  • Loading branch information
ionmx committed Mar 20, 2010
1 parent 39b5ad2 commit c22fa3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions static/css/CTK.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ a.button:active span, button:active .button-inner {
*/
.ui-tabs { zoom: 1; background: transparent url(/CTK/images/tabbg.png) 0 -240px repeat-x; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; clear: both;}
.ui-tabs-nav li { float: left; background: transparent url(/CTK/images/tabbg.png) 0 -30px; width: 86px; height: 17px; font-size: 11px; text-align: center; padding-top: 6px; padding-left: 21px; position: relative; text-shadow: #fff 0px 1px 0px; }
.ui-tabs-nav li { float: left; background: transparent url(/CTK/images/tabbg.png) 0 -30px; width: 86px; height: 17px; font-size: 11px; text-align: center; padding-top: 6px; padding-left: 21px; position: relative; text-shadow: #fff 0px 1px 0px; white-space: nowrap; }
.ui-tabs-nav li.ui-tabs-first { background: transparent url(/CTK/images/tabbg.png) 0 0; }
.ui-tabs-nav li.ui-tabs-last { background: transparent url(/CTK/images/tabbg.png) 0 -60px; width: 126px; padding-left: 0; }
.ui-tabs-nav li.ui-tabs-selected { background: transparent url(/CTK/images/tabbg.png) 0 -120px; }
Expand Down Expand Up @@ -437,10 +437,11 @@ tr.panel-selected td div.row_content {
border: 0;
}

/* Information sources */
/* Information sources and VServers*/
.nick { font-weight: bold; float: left; }
.type { font-size: 11px; border: 1px solid #cde; background-color: #def; float: right; padding: 1px;}
.type { font-size: 11px; border: 1px solid #cde; background-color: #def; float: right; padding: 2px;}
.host { clear: both; color: #999; font-size: 11px; white-space: nowrap; width: 200px;}
.inter { color: #999; font-size: 11px; white-space: nowrap; width: 200px; }
.droot { clear: both; color: #999; font-size: 11px; white-space: nowrap; width: 200px; }
.panel-selected .droot, .panel-selected .host, .panel-selected .inter { color: #cde; }

0 comments on commit c22fa3b

Please sign in to comment.