changes to the styling of temporal graph --redoing this because of a previous svn commit error.
This commit is contained in:
parent
69c5986f7b
commit
d915da32b3
1 changed files with 29 additions and 31 deletions
|
@ -1,4 +1,5 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
@CHARSET "UTF-8";
|
||||
|
||||
head,#body {
|
||||
|
@ -15,20 +16,16 @@ head,#body {
|
|||
|
||||
h1 {
|
||||
padding-top: 10px;
|
||||
font-size: 1.5em;
|
||||
/* font-size: 1.5em; */
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.1em;
|
||||
/* font-size: 1.1em; */
|
||||
margin-top: 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.01em;
|
||||
}
|
||||
|
||||
button{
|
||||
margin-top: 10px;
|
||||
float:right;
|
||||
|
@ -106,7 +103,7 @@ form{
|
|||
}
|
||||
|
||||
#label a,#text {
|
||||
text-decoration: none;
|
||||
/* text-decoration: none; */
|
||||
color: black;
|
||||
font-family: Helvetica;
|
||||
font-size: 1em;
|
||||
|
@ -116,6 +113,7 @@ form{
|
|||
float:right;
|
||||
margin-right:5%;
|
||||
width:54%;
|
||||
margin-top: -43px;
|
||||
}
|
||||
|
||||
#counter,#total {
|
||||
|
@ -132,11 +130,11 @@ li{
|
|||
}
|
||||
|
||||
#paginatedTable{
|
||||
margin-top: 10px;
|
||||
margin-top:0px;
|
||||
}
|
||||
|
||||
.sDomSearchBar{
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: -10px;
|
||||
margin-left: 41%;
|
||||
}
|
||||
|
||||
|
@ -144,54 +142,54 @@ li{
|
|||
background-color: #ECFFB3 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
.metallic{
|
||||
background-color: #212D34;
|
||||
color: white;
|
||||
margin-left: 20px;
|
||||
}
|
||||
*/
|
||||
|
||||
#leftUpper{
|
||||
/*
|
||||
border: 1px #3D454E solid;
|
||||
border-top: 10px #3D454E solid;
|
||||
background-color: #D9D9D9;
|
||||
|
||||
padding-left: 10px;
|
||||
*/
|
||||
}
|
||||
|
||||
#leftLower{
|
||||
/*
|
||||
border: 1px #3D454E solid;
|
||||
border-top: 10px #3D454E solid;
|
||||
}
|
||||
|
||||
#navcontainer{
|
||||
background: none repeat scroll 0 0 #3D454E;
|
||||
height: 1%;
|
||||
padding: 8px 22em 8px 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#navlist li
|
||||
{
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
padding: 20px;
|
||||
|
||||
}
|
||||
|
||||
#navlist li a{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
padding-left: 10px;
|
||||
*/
|
||||
}
|
||||
|
||||
#bottomButtons{
|
||||
width: 50%;
|
||||
width: 100%;
|
||||
float:right;
|
||||
margin-right: 5%;
|
||||
margin: 20px 0 20px 0;
|
||||
}
|
||||
|
||||
button.green-button{
|
||||
width: 31%;
|
||||
margin: 0 1% 0 1%;
|
||||
|
||||
}
|
||||
|
||||
#stopwordsdiv{
|
||||
margin-top: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
p.displayCounter{
|
||||
padding-bottom: 4px;
|
||||
border-bottom: 1px solid gray;
|
||||
}
|
||||
|
||||
#comparisonHeader, #entityHeader, #entitylevelheading, #comparisonParameter, #headerText{
|
||||
color: #2485ae;
|
||||
}
|
Loading…
Add table
Reference in a new issue