Fix toolbar.

This commit is contained in:
Paulo Veiga
2011-10-02 21:05:17 -03:00
parent 410180e744
commit b7bbe2c0b7
9 changed files with 55 additions and 84 deletions

View File

@@ -130,7 +130,7 @@ h1 {
}
h3 {
/* use as subhead on main body */
/* use as subhead on main body */
clear: left;
font-style: normal;
font-size: 130%;
@@ -138,7 +138,7 @@ h3 {
}
h4 {
/* use as headers in footer */
/* use as headers in footer */
font-weight: bold;
font-size: 120%;
border-bottom: 1px solid #8e9181;
@@ -249,7 +249,7 @@ span#headerSubTitle {
}
div#headerButtons a:hover {
/*text-decoration: underline;*/
/*text-decoration: underline;*/
color: #7e72ad;
}
@@ -572,25 +572,24 @@ span.fieldRequired {
padding: 5px;
}
div.installCFG {
width:100%;
font-size:130%;
width: 100%;
font-size: 130%;
}
div.installCFG h1{
width:100%;
font-size:130%;
div.installCFG h1 {
width: 100%;
font-size: 130%;
}
div.installCFG h2{
font-size:100%;
border-bottom:0 solid black;
div.installCFG h2 {
font-size: 100%;
border-bottom: 0 solid black;
}
.chromeFrameInstallDefaultStyle {
position:relative;
left:0;
top:0;
margin:0;
position: relative;
left: 0;
top: 0;
margin: 0;
}

View File

@@ -375,12 +375,15 @@ div#fontColor {
.toolbarPanel {
color: black;
border: 1px solid #bbb4d6;
border-color: #CCC #666 #666 #CCC;
border-style: solid;
border-width: 1px;
background: #E5E5E5;
display: none;
position: absolute;
z-index: 4;
top: 71px;
text-align: left;
}
div.toolbarPanelLink {

View File

@@ -29,7 +29,7 @@ html {
padding: 15px;
width: 100%;
border: 1px solid;
border-color:#a9a9a9;
border-color: #a9a9a9;
}
@@ -46,7 +46,7 @@ html {
#loadingContainer .loadingIcon {
position: relative;
background: url( ../images/ajax-loader2.gif ) no-repeat;
background: url(../images/ajax-loader2.gif) no-repeat;
top: 25px;
height: 100px;
width: 70px;
@@ -69,7 +69,7 @@ div#logo {
height: 65px;
width: 80px;
position: absolute;
background: url( ../images/logo-vvsmall.png ) no-repeat right top;
background: url(../images/logo-vvsmall.png) no-repeat right top;
right: 10px;
top: -10px;
}
@@ -91,13 +91,13 @@ div#logo {
}
#zoomIn {
background: url( ../images/zoom_in.png ) no-repeat left top;;
background: url(../images/zoom_in.png) no-repeat left top;;
margin-top: 10px;
margin-left: 10px;
}
#zoomOut {
background: url( ../images/zoom_out.png ) no-repeat left top;;
background: url(../images/zoom_out.png) no-repeat left top;;
margin-top: 10px
}

View File

@@ -1,6 +1,4 @@
@import "common.css";
@import "commonLibs.css";
@import "thirdparty.css";
#recentText {
width: 100px;

View File

@@ -1,7 +1,5 @@
/* GLOBAL COMPONENTS */
@import "common.css";
@import "commonLibs.css";
@import "thirdparty.css";
/* INTRO STYLES */
.button {