VIVO-201: removed some css redundancies
This commit is contained in:
parent
b89dba1982
commit
8516955979
17 changed files with 199 additions and 544 deletions
|
@ -7,7 +7,9 @@
|
|||
display:none;
|
||||
}
|
||||
#add-menu-item p,
|
||||
#edit-menu-item p {
|
||||
#edit-menu-item p,
|
||||
#existingContentType,
|
||||
#selectContentType label {
|
||||
margin-top: 15px;
|
||||
}
|
||||
#add-menu-item input[name="prettyUrl"],
|
||||
|
@ -18,12 +20,6 @@
|
|||
#edit-menu-item p.note {
|
||||
margin-top: 5px;
|
||||
}
|
||||
#existingContentType {
|
||||
margin-top: 15px;
|
||||
}
|
||||
#selectContentType label {
|
||||
margin-top: 15px;
|
||||
}
|
||||
#selectedContentTypeValue {
|
||||
padding: 0.2em 0.4em;
|
||||
background: #f4f4f4;
|
||||
|
|
|
@ -33,9 +33,6 @@ ul#vgraph-classes li {
|
|||
height: 35px;
|
||||
line-height: 35px;
|
||||
}
|
||||
ul#vgraph-classes li:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
ul#vgraph-classes a {
|
||||
display: block;
|
||||
padding-left: 15px;
|
||||
|
@ -123,9 +120,6 @@ ul#find-filters a {
|
|||
height: 115px;
|
||||
float: left;
|
||||
}
|
||||
#profile-photo-display ul {
|
||||
display: block;
|
||||
}
|
||||
#profile-photo-display li {
|
||||
display: block;
|
||||
width: 90px;
|
||||
|
@ -181,9 +175,6 @@ ul#browse-classes li {
|
|||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
ul#browse-classes li:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
ul#browse-classes a {
|
||||
display: block;
|
||||
padding-left: 20px;
|
||||
|
@ -203,7 +194,9 @@ ul#alpha-browse-individuals li {
|
|||
ul#alpha-browse-individuals li:first-child {
|
||||
padding-left: 1px;
|
||||
}
|
||||
ul#alpha-browse-individuals li:last-child {
|
||||
ul#alpha-browse-individuals li:last-child,
|
||||
ul#vgraph-classes li:last-child,
|
||||
ul#browse-classes li:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
ul#alpha-browse-individuals a {
|
||||
|
@ -258,7 +251,8 @@ li.individual h1.thumb {
|
|||
font-size: .8em;
|
||||
line-height: 1;
|
||||
}
|
||||
#individuals-in-class span.org {
|
||||
#individuals-in-class span.org,
|
||||
#profile-photo-display ul {
|
||||
display: block;
|
||||
}
|
||||
ul.mostSpecificTypes li {
|
||||
|
|
|
@ -5,49 +5,9 @@
|
|||
height:18px;
|
||||
background: url("../../images/checkMark.png") no-repeat left center;
|
||||
}
|
||||
table#pageList {
|
||||
table-layout: auto;
|
||||
width: 930px;
|
||||
text-align: left;
|
||||
margin: 0 auto;
|
||||
border-collapse: collapse;
|
||||
empty-cells: show;
|
||||
caption-side: top;
|
||||
margin: 20px 0 20px 0;
|
||||
}
|
||||
table#pageList caption {
|
||||
display: none;
|
||||
}
|
||||
table#pageList th {
|
||||
background-color: #F7F9F9;
|
||||
height: 40px;
|
||||
color: #064D68;
|
||||
padding-top: 7px;
|
||||
border: 1px solid #d9e4ea;
|
||||
border-bottom: none;
|
||||
padding-left: 6px;
|
||||
font-size: .9em;
|
||||
}
|
||||
table#pageList th {
|
||||
text-align: left;
|
||||
} /*Fix for IE8 and 9, force text in a cell to be aligned to the left*/
|
||||
th#isMenuPage {
|
||||
width: 86px;
|
||||
}
|
||||
th#iconColumns {
|
||||
width: 90px;
|
||||
}
|
||||
table#pageList td {
|
||||
vertical-align: top;
|
||||
padding: .5em;
|
||||
border: 1px solid #d9e4ea;
|
||||
font-size: .825em;
|
||||
padding-top: .5em;
|
||||
padding-bottom: .5em;
|
||||
}
|
||||
table#pageList td a {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
table#pageList tr:nth-child(2n) {
|
||||
background-color: rgba(200, 200, 180,.25);
|
||||
}
|
|
@ -144,8 +144,3 @@ form#managePage textarea {
|
|||
margin-bottom: .8em;
|
||||
width: 65%;
|
||||
}
|
||||
.disabledSubmit {
|
||||
color: #ede ! important;
|
||||
background-color: #b2d15a ! important;
|
||||
cursor: default ! important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue