Skip to content

Commit

Permalink
cleaner positioning of graph icons
Browse files Browse the repository at this point in the history
Removes some useless CSS rules and do not use floats to position the graph icons so that is parent's height is properly computed by the browser.
  • Loading branch information
panthony authored and fbacchella committed Apr 23, 2015
1 parent a175ae7 commit 94493a3
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions web/lib/jrds.css
Expand Up @@ -30,9 +30,7 @@ body, input, option, select, tab, div, td, a, textarea {
margin: 0;
background-color:#FFF;
}
.graph {
float:left;
}

#treePane {
background-color:#DDDDDD;
border:1px solid black;
Expand All @@ -58,24 +56,6 @@ body, input, option, select, tab, div, td, a, textarea {
margin: 5px;
}

#centerPane {
overflow: auto;
}

#graphPane {
width:705px;
// height: 100%;
margin: 5px;
padding: 5px;
// border: 1px solid #aaaaaa;
// background-color: #f5f5f5;
overflow: visible;
}

#paramsPane {
width:720px;
}

.box {
background-color: white;
border: 2px solid black;
Expand Down Expand Up @@ -153,19 +133,14 @@ body, input, option, select, tab, div, td, a, textarea {
}

.iconslist {
float:left;
display: inline-block;
vertical-align: top;
width:16px;
margin:5px;
border:0 none;
}
.icon {
cursor:pointer;
}
.graphblock {
text-align:center;
border:0 none;
width: 695px;
}

.filterFolder {
background: url('../img/folder_go.png') no-repeat top left;
Expand Down

0 comments on commit 94493a3

Please sign in to comment.