Skip to content

Commit

Permalink
dev: fixed icon position in token browse screen + added bg color to h…
Browse files Browse the repository at this point in the history
…over on jqgrid tables

deV: also fixed footer height in browsetable (response browsing)
  • Loading branch information
mennodekker committed Jan 7, 2013
1 parent 2aa0065 commit ccddcbf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
10 changes: 10 additions & 0 deletions styles/adminstyle.css
Expand Up @@ -37,4 +37,14 @@ div.htmleditor {

.codemirror-ui-find-bar{
margin-top: 0.2em !important;
}

.imagelink {
float:left;
}

.imagelink img {
margin-top: 3px;
margin-left: 1px;
margin-right: 1px;
}
3 changes: 2 additions & 1 deletion styles/blobblueish/adminstyle.css
Expand Up @@ -582,7 +582,8 @@ a.optoutemail {
.browsetable tr:hover {
background-color: #C5D0F2;
}
.browsetable td span{
.browsetable thead td span,
.browsetable tbody td span{
display:block;
height:3em;
overflow:hidden;
Expand Down
4 changes: 3 additions & 1 deletion styles/gringegreen/adminstyle.css
Expand Up @@ -580,10 +580,12 @@ a.optoutemail {
clear:left;
}

ui-jqgrid-btable tr:hover td,
.browsetable tr:hover {
background-color: #C5D0F2;
}
.browsetable td span{
.browsetable thead td span,
.browsetable tbody td span{
display:block;
height:3em;
overflow:hidden;
Expand Down

0 comments on commit ccddcbf

Please sign in to comment.