mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
Fix several minor CSS issues.
This commit is contained in:
parent
74dfd39af3
commit
5b92c6a2bb
@ -111,6 +111,7 @@
|
||||
height: 62px;
|
||||
width: 4px;
|
||||
}
|
||||
|
||||
.bubbleBottomHint {
|
||||
background: transparent url(../images/bubbleTip_bottom_pico.png) top left;
|
||||
width: 58px;
|
||||
@ -132,7 +133,7 @@
|
||||
.bubbleCenterBlue {
|
||||
background-color: #BCCCE1;
|
||||
z-index: 60;
|
||||
overflow:'hidden';
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bubbleRightBlue {
|
||||
@ -212,6 +213,7 @@
|
||||
height: 62px;
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
.bubbleBottomHintBlue {
|
||||
background: transparent url(../images/bubbleTip_bottom_pico_blue.png) top left;
|
||||
width: 58px;
|
||||
|
@ -45,13 +45,13 @@ abbr, acronym {
|
||||
*/
|
||||
body {
|
||||
font: 13px arial, helvetica, clean, sans-serif;
|
||||
* font-size : small;
|
||||
* font : x-small;
|
||||
font-size: small;
|
||||
font: x-small;
|
||||
}
|
||||
|
||||
table {
|
||||
font-size: inherit;
|
||||
font: 100%;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -66,7 +66,7 @@ select, input, textarea {
|
||||
*/
|
||||
pre, code {
|
||||
font: 115% monospace;
|
||||
* font-size : 100 %;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -118,12 +118,13 @@ a:hover, a:active {
|
||||
}
|
||||
|
||||
h2 {
|
||||
font: 160%;
|
||||
font-size: 160%;
|
||||
color: #8e9181;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font: normal 180%;
|
||||
font-style: normal;
|
||||
font-size: 180%;
|
||||
color: white;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
@ -131,13 +132,15 @@ h1 {
|
||||
h3 {
|
||||
/* use as subhead on main body */
|
||||
clear: left;
|
||||
font: normal 130%;
|
||||
font-style: normal;
|
||||
font-size: 130%;
|
||||
color: #6b6f5b;
|
||||
}
|
||||
|
||||
h4 {
|
||||
/* use as headers in footer */
|
||||
font: bold 120%;
|
||||
font-weight: bold;
|
||||
font-size: 120%;
|
||||
border-bottom: 1px solid #8e9181;
|
||||
color: #e2e3dd;
|
||||
padding-bottom: 10px;
|
||||
@ -199,7 +202,7 @@ h4 {
|
||||
margin-top: 8px;
|
||||
height: 1em;
|
||||
width: 100px;
|
||||
top: 47px;
|
||||
top: 40px;
|
||||
left: 137px;
|
||||
white-space: nowrap;
|
||||
padding-left: 7px;
|
||||
@ -390,7 +393,8 @@ div#paypal {
|
||||
height: 20px;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
border: 1px solid whitesmoke;
|
||||
border: 1px solid;
|
||||
border-color: #f5f5f5;
|
||||
background-position: 5px 2px;
|
||||
visibility: hidden;
|
||||
}
|
||||
@ -421,7 +425,7 @@ div#headerActions a:hover, div#headerActions a:active, div#headerActions a:link,
|
||||
|
||||
div.header_languages {
|
||||
position: absolute;
|
||||
right:0px;
|
||||
right: 0;
|
||||
top: 30px;
|
||||
width: 100px;
|
||||
height: 20px;
|
||||
@ -451,7 +455,7 @@ div.modalDialog h1 {
|
||||
div.modalDialog h2 {
|
||||
color: gray;
|
||||
font-size: 110%;
|
||||
margin: 9px 0px;
|
||||
margin: 9px 0;
|
||||
}
|
||||
|
||||
div.modalDialog h5 {
|
||||
@ -483,7 +487,7 @@ div.pageBodyContent h2 {
|
||||
color: gray;
|
||||
font-size: 150%;
|
||||
border-bottom: 1px dashed #BBB4D6;
|
||||
margin: 20px 0px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
div.pageBodyContent ul {
|
||||
@ -536,8 +540,8 @@ td.formLabel {
|
||||
|
||||
span.fieldRequired {
|
||||
font-weight: bold;
|
||||
color: orangered;
|
||||
margin: 0px 4px;
|
||||
color: #ff4500;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
#keyboardTable {
|
||||
@ -545,7 +549,7 @@ span.fieldRequired {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
overflow: auto;
|
||||
border: 0px solid gray;
|
||||
border: 0 solid gray;
|
||||
background-color: white;
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
@ -553,7 +557,7 @@ span.fieldRequired {
|
||||
|
||||
#keyboardTable table {
|
||||
width: 100%;
|
||||
border: 0px solid gray;
|
||||
border: 0 solid gray;
|
||||
}
|
||||
|
||||
#keyboardTable thead {
|
||||
|
@ -32,7 +32,8 @@ html {
|
||||
opacity: .99;
|
||||
padding: 15px;
|
||||
width: 100%;
|
||||
border: 1px solid darkgray;
|
||||
border: 1px solid;
|
||||
border-color:#a9a9a9;
|
||||
|
||||
}
|
||||
|
||||
@ -108,7 +109,7 @@ html {
|
||||
}
|
||||
|
||||
#operationsContainer a {
|
||||
padding: 0px 5px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
#user {
|
||||
@ -145,7 +146,7 @@ div#toolbar .buttonContainer {
|
||||
color: #BBB4D6;
|
||||
font-size: 11px;
|
||||
text-align: right;
|
||||
margin: 0px;
|
||||
margin: 0;
|
||||
-moz-margin-start: 7px;
|
||||
-moz-margin-end: 7px;
|
||||
}
|
||||
@ -154,7 +155,7 @@ div#toolbar .button {
|
||||
width: 32px;
|
||||
height: 36px;
|
||||
float: left;
|
||||
margin: 0px 2px 2px 2px;
|
||||
margin: 0 2px 2px 2px;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
}
|
||||
@ -167,7 +168,7 @@ div#toolbar .button:hover {
|
||||
width: 32px;
|
||||
height: 36px;
|
||||
float: left;
|
||||
margin: 0px 1px;
|
||||
margin: 0 1px;
|
||||
cursor: pointer;
|
||||
border: 1px solid black;
|
||||
border-top-color: white;
|
||||
@ -414,7 +415,7 @@ div.toolbarPanelLink {
|
||||
font-size: 14px;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
padding: 0 3px 0px 4px;
|
||||
padding: 0 3px 0 4px;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
@ -422,7 +423,7 @@ div.toolbarPanelLink {
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
padding: 0px 3px 0px 4px;
|
||||
padding: 0 3px 0 4px;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
@ -436,7 +437,7 @@ div.toolbarPanelLinkSelectedLink {
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
padding: 0px 3px 0px 4px;
|
||||
padding: 0 3px 0 4px;
|
||||
margin: 1px;
|
||||
background-color: #c3def5;
|
||||
}
|
||||
@ -695,7 +696,7 @@ span#lastSaved {
|
||||
}
|
||||
|
||||
#tryEditorWarning h1 {
|
||||
color: whitesmoke;
|
||||
color: #f5f5f5;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
font-size: 15px;
|
||||
@ -724,7 +725,7 @@ div#helpContent h1 {
|
||||
|
||||
div#helpContent h2 {
|
||||
font-weight: bold;
|
||||
padding: 20px 0px 10px 0px;
|
||||
padding: 20px 0 10px 0;
|
||||
color: #bfbfbf;
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,8 @@ html {
|
||||
opacity: .99;
|
||||
padding: 15px;
|
||||
width: 100%;
|
||||
border: 1px solid darkgray;
|
||||
border: 1px solid;
|
||||
border-color:#a9a9a9;
|
||||
|
||||
}
|
||||
|
||||
|
@ -6,8 +6,7 @@
|
||||
width: 100px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
padding-left: 0;
|
||||
padding: 10px 5px 5px 0;
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
@ -17,11 +16,10 @@
|
||||
}
|
||||
|
||||
#recentFiles {
|
||||
margin: 10px auto;
|
||||
margin: 10px auto 5px;
|
||||
width: 900px;
|
||||
height: 100%;
|
||||
padding: 8px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#recentFiles a {
|
||||
@ -36,6 +34,8 @@
|
||||
#recentFiles .recentItemContainer {
|
||||
height: 20px;
|
||||
background-color: white;
|
||||
padding: 0 0 0 7px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
#recentFiles .recentItemIcon {
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
#recentFiles .recentItemTitle {
|
||||
float: left;
|
||||
padding-left: 0px;
|
||||
padding-left: 0;
|
||||
padding-right: 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
@ -91,8 +91,7 @@
|
||||
float: left;
|
||||
position: relative;
|
||||
top: 50%;
|
||||
margin: 0px 5px;
|
||||
margin-top: -12px;
|
||||
margin: -12px 5px 0;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
@ -111,7 +110,7 @@
|
||||
#toolbar .buttonBody {
|
||||
float: left;
|
||||
height: 19px;
|
||||
padding: 5px 5px 0px;
|
||||
padding: 5px 5px 0;
|
||||
background: url(../images/body_btn.gif);
|
||||
}
|
||||
|
||||
@ -126,8 +125,7 @@
|
||||
float: left;
|
||||
position: relative;
|
||||
top: 50%;
|
||||
margin: 0px 5px;
|
||||
margin-top: -15px;
|
||||
margin: -15px 5px 0;
|
||||
width: 78px;
|
||||
height: 30px;
|
||||
}
|
||||
@ -136,8 +134,7 @@
|
||||
float: left;
|
||||
position: relative;
|
||||
top: 50%;
|
||||
margin: 0px 5px;
|
||||
margin-top: -15px;
|
||||
margin: -15px 5px 0;
|
||||
width: 78px;
|
||||
height: 30px;
|
||||
}
|
||||
@ -158,7 +155,7 @@
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
overflow: auto;
|
||||
border: 0px solid gray;
|
||||
border: 0 solid gray;
|
||||
background-color: white;
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
@ -166,7 +163,7 @@
|
||||
|
||||
#docTable table {
|
||||
width: 100%;
|
||||
border: 0px solid gray;
|
||||
border: 0 solid gray;
|
||||
}
|
||||
|
||||
#docTable thead {
|
||||
|
@ -27,7 +27,7 @@
|
||||
float: left;
|
||||
width: 510px;
|
||||
height: 210px;
|
||||
margin: 40px 12px 0px 10px;
|
||||
margin: 40px 12px 0 10px;
|
||||
}
|
||||
|
||||
.contentImage {
|
||||
@ -77,7 +77,7 @@
|
||||
width: 100%;
|
||||
height: 550px;
|
||||
overflow: auto;
|
||||
border: 0px solid gray;
|
||||
border: 0 solid gray;
|
||||
background-color: white;
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
@ -86,7 +86,7 @@
|
||||
|
||||
#searchResultTable table {
|
||||
width: 100%;
|
||||
border: 0px solid gray;
|
||||
border: 0 solid gray;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@ -145,7 +145,7 @@
|
||||
clear: both;
|
||||
width: 200px;
|
||||
font-size: 12px;
|
||||
padding: 9px 9px 0px;
|
||||
padding: 9px 9px 0;
|
||||
}
|
||||
|
||||
#searchTitleContainer {
|
||||
@ -401,7 +401,7 @@ div#signUpButton .signUpEndBtn {
|
||||
}
|
||||
|
||||
div#signUpButton .signUpText {
|
||||
padding: 0px 20px;
|
||||
padding: 0 20px;
|
||||
position: relative;
|
||||
height: 25px;
|
||||
color: #093A9D;
|
||||
@ -546,12 +546,10 @@ div#mainBody {
|
||||
}
|
||||
|
||||
div#news li {
|
||||
background: transparent url( ../images/icon_triangle_grey_12x13.gif ) no-repeat scroll 0pt;
|
||||
list-style-image: none;
|
||||
list-style-position: outside;
|
||||
list-style-type: none;
|
||||
background: transparent url( ../images/icon_triangle_grey_12x13.gif ) no-repeat scroll 0;
|
||||
list-style: none outside none;
|
||||
margin-bottom: 12px;
|
||||
padding: 2px 0pt 5px 20px;
|
||||
padding: 2px 0 5px 20px;
|
||||
}
|
||||
|
||||
div#news ul {
|
||||
|
Loading…
Reference in New Issue
Block a user