Skip to content

Commit

Permalink
MINOR ModelAdmin styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselm Christophersen authored and chillu committed Dec 20, 2011
1 parent 30377f2 commit cdedbb8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
17 changes: 11 additions & 6 deletions admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 22 additions & 2 deletions admin/scss/_style.scss
Expand Up @@ -285,12 +285,32 @@ html,body {
.ResultAssemblyBlock {
display: none;
}
.west {
.cms-content-tools {
h3.cms-panel-header {
display:none;
}
#SearchForm_holder {
div.ui-tabs-panel {
ul.ui-tabs-nav {
overflow:hidden;
li {
max-width:99%;
a {
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
//above 3 lines can also be achieved with mixin below
//@include ellipsis;
max-width:85%;
}
}
}
#ModelClassSelector {
margin-bottom:2px;
select {
width:96%;
}
}
div.tab {
border:1px solid #aaa; //following color from the jquery smoothness theme
margin-top:-1px;
background:#fff; //backround is kept white to follow tabs
Expand Down

0 comments on commit cdedbb8

Please sign in to comment.