Skip to content
Snippets Groups Projects
Commit 854c95bc authored by Piotr Gawron's avatar Piotr Gawron
Browse files

formatting

parent 4a85fbe9
No related branches found
No related tags found
1 merge request!46Resolve "find all drugs doesn't find all drugs sometimes"
.ui-widget-content a{text-decoration: underline;}
.ui-widget-content a {
text-decoration: underline;
}
table.mapInfoBoxResultsTable {
border-collapse: collapse;
......@@ -9,29 +11,29 @@ table.mapInfoBoxResultsTable, table.mapInfoBoxResultsTable th, table.mapInfoBoxR
border: 1px solid black;
}
.minerva-header{
background-color:#333333;
color:#ffffff;
display:block;
.minerva-header {
background-color: #333333;
color: #ffffff;
display: block;
}
.minerva-header a:link, .minerva-header a:visited {
background-color:#333333;
color:#ffffff;
line-height:36px;
height:36px;
text-decoration:none;
transition: background-color 0.4s ease-in-out 0s;
font-size:13px;
font-weight:900;
padding-left:15px;
background-color: #333333;
color: #ffffff;
line-height: 36px;
height: 36px;
text-decoration: none;
transition: background-color 0.4s ease-in-out 0s;
font-size: 13px;
font-weight: 900;
padding-left: 15px;
}
.minerva-header a:hover {
background-color:#000000;
background-color: #000000;
transition: background-color 0.4s ease-in-out 0s;
}
.mapChartNameDiv {
width: 150px;
float: left;
......@@ -178,13 +180,11 @@ table.mapInfoBoxResultsTable, table.mapInfoBoxResultsTable th, table.mapInfoBoxR
}
.mapClass {
position: absolute;
top: 36px;
bottom: 0;
position: absolute;
top: 36px;
bottom: 0;
right: 0;
left: 0;
border: none;
border-left: 1px solid #e1e1e1;
}
......@@ -196,10 +196,28 @@ table.mapInfoBoxResultsTable, table.mapInfoBoxResultsTable th, table.mapInfoBoxR
bottom: 0;
}
.footerLinks {background-color:#333333; color:#ffffff; display:block; flaot:left; line-height:35px; height:35px; z-index:10000}
.footerLinks a:link, .footerLinks a:visited {text-decoration:none; font-size:13px; font-weight:900; color:#ffffff; transition: all 0.4s ease-in-out 0s;}
.footerLinks a:hover {color:#999999; transition: all 0.4s ease-in-out 0s;}
.footerLinks {
background-color: #333333;
color: #ffffff;
display: block;
flaot: left;
line-height: 35px;
height: 35px;
z-index: 10000
}
.footerLinks a:link, .footerLinks a:visited {
text-decoration: none;
font-size: 13px;
font-weight: 900;
color: #ffffff;
transition: all 0.4s ease-in-out 0s;
}
.footerLinks a:hover {
color: #999999;
transition: all 0.4s ease-in-out 0s;
}
.leftPanelClass {
display: table-cell;
......@@ -262,43 +280,49 @@ table.mapInfoBoxResultsTable, table.mapInfoBoxResultsTable th, table.mapInfoBoxR
}
.dropdown-submenu {
position:relative;
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top:0;
left:100%;
margin-top:-6px;
margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;
-moz-border-radius:0 6px 6px 6px;
border-radius:0 6px 6px 6px;
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display:block;
display: block;
}
.dropdown-submenu>a:after {
display:block;
content:" ";
float:right;
width:0;
height:0;
border-color:transparent;
border-style:solid;
border-width:5px 0 5px 5px;
border-left-color:#cccccc;
margin-top:5px;
margin-right:-10px;
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color:#ffffff;
border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
float:none;
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left:-100%;
margin-left:10px;
-webkit-border-radius:6px 0 6px 6px;
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px;
}
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment