wisemapping-open-source/wise-webapp/src/main/webapp/css/mymaps.css

253 lines
4.0 KiB
CSS
Raw Normal View History

2009-06-07 20:59:43 +02:00
@import "common.css";
#recentText {
width: 100px;
font-size: 12px;
font-weight: bold;
2011-03-29 04:26:05 +02:00
padding: 10px 5px 5px 0;
2009-06-07 20:59:43 +02:00
color: #808080;
}
#mapListContainer {
padding: 15px;
height: 400px;
}
#recentFiles {
2011-03-29 04:26:05 +02:00
margin: 10px auto 5px;
2009-06-07 20:59:43 +02:00
width: 900px;
height: 100%;
padding: 8px;
}
#recentFiles a {
text-decoration: none;
color: #464545;
}
#recentFiles a:hover {
color: #093A9D;
}
#recentFiles .recentItemContainer {
height: 20px;
background-color: white;
2011-03-29 04:26:05 +02:00
padding: 0 0 0 7px;
margin-top: 4px;
2009-06-07 20:59:43 +02:00
}
#recentFiles .recentItemIcon {
float: left;
width: 20px;
height: 15px;
2011-03-29 04:26:05 +02:00
background: url(../images/icon_list.png) no-repeat left;
2009-06-07 20:59:43 +02:00
}
#recentFiles .recentItemTitle {
float: left;
2011-03-29 04:26:05 +02:00
padding-left: 0;
2009-06-07 20:59:43 +02:00
padding-right: 10px;
font-size: 12px;
}
#mydocs {
margin: 20px auto;
width: 900px;
height: 300px;
padding: 10px;
background-color: #C3DEF5;
border: 1px solid #A7C6DF;
}
#toolbar .button {
cursor: pointer;
border: 1px solid #E5E5E5;
float: left;
padding: 5px;
margin-right: 10px;
margin-left: 5px;
background-color: #838383;
color: white;
font-weight: bold;
}
#mydocs .button a {
color: white;
text-decoration: none;
}
#toolbar {
clear: both;
width: 900px;
height: 35px;
vertical-align: middle;
z-index: 3;
position: relative;
}
#toolbar .buttonContainer {
float: left;
position: relative;
top: 50%;
2011-03-29 04:26:05 +02:00
margin: -12px 5px 0;
2009-06-07 20:59:43 +02:00
height: 24px;
}
#toolbar .dropDownContainer {
margin-top: 5px;
height: 24px;
}
#toolbar .buttonStart {
float: left;
width: 3px;
height: 24px;
2011-03-29 04:26:05 +02:00
background: url(../images/start_btn.gif) no-repeat left;
2009-06-07 20:59:43 +02:00
}
#toolbar .buttonBody {
float: left;
height: 19px;
2011-03-29 04:26:05 +02:00
padding: 5px 5px 0;
background: url(../images/body_btn.gif);
2009-06-07 20:59:43 +02:00
}
#toolbar .buttonEnd {
float: left;
width: 3px;
height: 24px;
2011-03-29 04:26:05 +02:00
background: url(../images/end_btn.gif) no-repeat left;
2009-06-07 20:59:43 +02:00
}
#actionsBtn {
float: left;
position: relative;
top: 50%;
2011-03-29 04:26:05 +02:00
margin: -15px 5px 0;
2009-06-07 20:59:43 +02:00
width: 78px;
height: 30px;
}
#newMapButton {
float: left;
position: relative;
top: 50%;
2011-03-29 04:26:05 +02:00
margin: -15px 5px 0;
2009-06-07 20:59:43 +02:00
width: 78px;
height: 30px;
}
.menuItem {
color: black;
padding: 2px;
cursor: pointer;
text-align: center;
}
#docTable .button {
cursor: pointer;
}
#docTable {
clear: both;
width: 100%;
height: 250px;
overflow: auto;
2011-03-29 04:26:05 +02:00
border: 0 solid gray;
2009-06-07 20:59:43 +02:00
background-color: white;
z-index: 2;
position: relative;
}
#docTable table {
width: 100%;
2011-03-29 04:26:05 +02:00
border: 0 solid gray;
2009-06-07 20:59:43 +02:00
}
#docTable thead {
background-color: #093A9D;
font-size: 12px;
font-weight: normal;
padding: 5px;
}
#docTable td {
border-bottom: 1px solid #EEEEEE;
color: #999999;
font-size: 12px;
padding: 3px;
}
#docTable th {
color: white;
border-right: 1px dotted #ffffff;
font-weight: bold;
text-align: center;
font-size: 12px;
padding: 5px;
}
#docTable tbody tr:hover {
background-color: #E2f0f6;
}
#docTable tr {
padding: 5px;
}
#docTable .mapTitle {
font-size: 13px;
color: #666666;
font-weight: bold;
}
#docTable .mapTags {
font-size: 11px;
color: black;
}
.content {
background-color: white;
height: 550px;
}
#myDocsContainer {
width: 100%;
text-align: center;
float: left;
}
#recentItems {
height: 100%;
padding: 10px;
}
#recentFiles.sb {
2009-06-07 20:59:43 +02:00
background: #EEEEEE;
2011-10-15 18:23:27 +02:00
border: 1px solid #E5E5E5;
-moz-border-radius: 16px;
-khtml-border-radius: 16px;
-webkit-border-radius: 16px;
2011-10-15 18:23:27 +02:00
border-radius: 16px;
2009-06-07 20:59:43 +02:00
}
#recentItems.sb {
2009-06-07 20:59:43 +02:00
background: white;
2011-10-15 18:23:27 +02:00
border: 1px solid #E5E5E5;
-moz-border-radius: 16px;
-khtml-border-radius: 16px;
-webkit-border-radius: 16px;
2011-10-15 18:23:27 +02:00
border-radius: 16px;
2009-06-07 20:59:43 +02:00
}
#mydocs {
-moz-border-radius: 16px;
-khtml-border-radius: 16px;
-webkit-border-radius: 16px;
2011-10-15 18:23:27 +02:00
border-radius: 16px;
}
.subMenu2 {
display: none;
}