NIHVIVO-1494: Styled non-javascript browse version and removed raphael js files.
This commit is contained in:
parent
8c54caa768
commit
02306b5301
2 changed files with 5 additions and 8 deletions
|
@ -405,7 +405,7 @@ input.search-home-vivo {
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
}
|
}
|
||||||
#browse h4 {
|
#browse h4 {
|
||||||
width: 10%;
|
width: 13%;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
margin-bottom: 27px;
|
margin-bottom: 27px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
|
@ -463,20 +463,19 @@ ul#browse-classgroups .count-classes {
|
||||||
width: 610px;
|
width: 610px;
|
||||||
border: 1px solid #dde6e5;
|
border: 1px solid #dde6e5;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
margin-top: -20px;
|
min-height: 230px;
|
||||||
}
|
}
|
||||||
ul#classgroup-list {
|
ul#classgroup-list {
|
||||||
float: left;
|
float: left;
|
||||||
width: 268px;
|
width: 90%;
|
||||||
padding: 0 10px 15px 22px;
|
padding: 0 10px 15px 22px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-right: 1px solid #dde5e4;
|
|
||||||
}
|
}
|
||||||
ul#classgroup-list li {
|
ul#classgroup-list li {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
width: 268px;
|
width: 100%;
|
||||||
border-bottom: 1px solid #dde4e3;
|
border-bottom: 1px solid #dde4e3;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
|
@ -675,7 +674,7 @@ ul#footer-nav {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-top: 50px;
|
padding-top: 55px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
ul#footer-nav li {
|
ul#footer-nav li {
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<#include "head.ftl">
|
<#include "head.ftl">
|
||||||
<script type="text/javascript" src="${themeDir}/js/jquery_plugins/raphael/raphael.js"></script>
|
|
||||||
<script type="text/javascript" src="${themeDir}/js/jquery_plugins/raphael/pie.js"></script>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue