Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Fix glitches with the icon Cronk menu (refs #3396)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch committed Apr 3, 2013
1 parent 7a9b936 commit 54199ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pub/styles/icinga.css
Expand Up @@ -248,6 +248,9 @@ div.cronk-data-view-icon div.cronk-preview {
-webkit-border-radius: 5px;
background-color: #fff;
width: 70px;
height: 47px;
overflow: hidden;
white-space: nowrap;
}
div.cronk-data-view-list div.cronk-preview {
clear: left;
Expand Down Expand Up @@ -299,6 +302,7 @@ div.cronk-data-view-list div.cronk-preview:hover div.thumb {
div.cronk-data-view-icon div.cronk-preview div.thumb {
padding: 0px auto 0px auto;
text-align: center;
height: 35px;
}

div.cronk-data-view-list div.cronk-preview div.thumb img {
Expand Down

0 comments on commit 54199ce

Please sign in to comment.