Layout improvements
This commit is contained in:
parent
77fcd3c538
commit
6a4a3c5927
4 changed files with 27 additions and 0 deletions
|
@ -66,3 +66,14 @@ article.property ul.property-list {
|
|||
.pagination.menupage li a:hover {
|
||||
background: #5e6363;
|
||||
}
|
||||
.pagination>li {
|
||||
display: inline-block;
|
||||
padding-right: 2px;
|
||||
}
|
||||
.pagination>li>a {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.pagination>li.selectedNavPage {
|
||||
padding-right: 7px;
|
||||
}
|
||||
|
|
13
webapp/src/main/webapp/themes/tenderfoot/css/page-index.css
Normal file
13
webapp/src/main/webapp/themes/tenderfoot/css/page-index.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
/* <------ INDEX PAGE*/
|
||||
.siteMap h2 {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.class-group {
|
||||
margin-right:25px;
|
||||
}
|
||||
#isotope-container {
|
||||
overflow:visible !important;
|
||||
}
|
||||
#isotope-container li {
|
||||
width:290px;
|
||||
}
|
|
@ -25,6 +25,7 @@ VIVO tenderfoot theme: screen styles
|
|||
@import url("page-browse.css");
|
||||
@import url("page-home.css");
|
||||
@import url("page-imageupload.css");
|
||||
@import url("page-index.css");
|
||||
@import url("page-individual.css");
|
||||
@import url("page-login.css");
|
||||
@import url("page-menu.css");
|
||||
|
|
|
@ -35,6 +35,8 @@ body {
|
|||
|
||||
#wrapper-content {
|
||||
background: none repeat scroll 0 0 #fff;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
#property-tabs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue