Korrekturen für Admin.css

git-svn-id: https://svn.libreccm.org/ccm/trunk@2303 8810af33-2d31-482b-a856-94f89814c4df
master
quasi 2013-08-12 09:23:16 +00:00
parent d4cc590f34
commit c8fc6939ac
1 changed files with 33 additions and 27 deletions

View File

@ -47,7 +47,7 @@ html, body{
#cmsPage .minWidth { #cmsPage .minWidth {
margin: 0 3.5%; margin: 0 3.5%;
min-width: 1000px; min-width: 1300px;
} }
/*-----CMS Header-----*/ /*-----CMS Header-----*/
@ -104,7 +104,7 @@ div#cmsHeader h1 {
/*----TabbedPane----*/ /*----TabbedPane----*/
div#bebopTabbedPane { div#bebopTabbedPane {
width:100%; width:100%;
min-width: 100%; min-width: 1300px;
clear: both; clear: both;
padding: 0.4em; padding: 0.4em;
font-size: 0.75em; font-size: 0.75em;
@ -471,9 +471,6 @@ ul ul li{
margin-left: 2.3em; margin-left: 2.3em;
} }
/*div.bebopGridPanel{
margin-top:15px;
}*/
table { table {
width: auto; width: auto;
border-bottom: 1px solid #999999; border-bottom: 1px solid #999999;
@ -484,8 +481,6 @@ table {
margin-top:20px; margin-top:20px;
} }
table * table ,form table { table * table ,form table {
border-style: none;
width: auto;
margin: 0; margin: 0;
} }
@ -618,6 +613,9 @@ div.actionLink span {
border-radius: 0.3em; border-radius: 0.3em;
padding: 0.5em; padding: 0.5em;
margin-right: 1.5em; margin-right: 1.5em;
padding-right: 0.5em;
box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px
10px rgba(0,0,0,0.3);
} }
div.actionLink a{ div.actionLink a{
@ -625,11 +623,6 @@ div.actionLink a{
font-size:10pt; font-size:10pt;
} }
div.actionLink span {
padding-right: 0.5em;
box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px
10px rgba(0,0,0,0.3);
}
div.actionLink span:hover { div.actionLink span:hover {
background-color: #cc0033 ; background-color: #cc0033 ;
} }
@ -732,7 +725,7 @@ div#search fieldset {
div#search fieldset legend{ div#search fieldset legend{
margin: 0 0 0 -5px; margin: 0 0 0 -5px;
padding: 3px 5px; padding: 5px 10px;
color: #FFF; color: #FFF;
font-weight: blod; font-weight: blod;
font-size: 12px; font-size: 12px;
@ -918,9 +911,17 @@ div .bebopBody ul li{
} }
h3.bebopSegmentHeader{ h3.bebopSegmentHeader{
font-size:0.9em;
margin-bottom:0em; margin-bottom:0em;
margin-top: 15px; margin-top: 15px;
font-size: 1em;
}
h3 {
font-family: Verdana, Helvetica, Arial, sans-serif;
margin-top: 15px;
margin-bottom: 0.5em;
padding: 0em;
page-break-after: avoid;
} }
/* BebopTree */ /* BebopTree */
ul.bebopTree { ul.bebopTree {
@ -998,7 +999,7 @@ div.cmsSortableList > ul li:nth-child(2n+1)
/* CMS Summary Section */ /* CMS Summary Section */
div.cmsSummarySection { div.cmsSummarySection {
margin: 15px; margin: 25px 0 0 10px;
padding: 1px; padding: 1px;
} }
@ -1102,7 +1103,6 @@ table.AlternateTable th + th, table.AlternateTable td + td {
/*edit pardis*/ /*edit pardis*/
div.bebopBody div.bebopSegment h3.bebopSegmentHeader { div.bebopBody div.bebopSegment h3.bebopSegmentHeader {
font-size: 1.2em; font-size: 1.2em;
padding-bottom: 0.5em;
} }
#Go{ #Go{
background-color:#ffffff; background-color:#ffffff;
@ -1278,19 +1278,18 @@ a:focus, a:hover, a:active {
#content br{ #content br{
margin-top: 10px; margin-top: 10px;
} }
#content form input, div#cmsContent #content form input,
#content form select { div#cmsContent #content form select {
float: none; float: none;
border: 1px dotted #75051d;
padding: 0.2em; padding: 0.2em;
} }
#content form select { div#cmsContent #content form select {
padding: 0.1em; padding: 0.1em;
min-width: 11.4em; min-width: 11.4em;
} }
#content form input[type="submit"] { div#cmsContent #content form input[type="submit"] {
margin-left: 1em; margin-left: 1em;
border: none; border: none;
color: #ffffff; color: #ffffff;
@ -1298,8 +1297,8 @@ a:focus, a:hover, a:active {
height: 28px; height: 28px;
box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px
10px rgba(0,0,0,0.3); 10px rgba(0,0,0,0.3);
/*float:right;*/
} }
input#file_upload{ input#file_upload{
margin-left: 1em; margin-left: 1em;
border: none; border: none;
@ -1309,14 +1308,15 @@ input#file_upload{
box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px
10px rgba(0,0,0,0.3); 10px rgba(0,0,0,0.3);
} }
#content form input[type="submit"]:hover { div#cmsContent #content form input[type="submit"]:hover {
background-color: #cc0033 ; background-color: #cc0033 ;
} }
#content form input[type="submit"]:active { div#cmsContent #content form input[type="submit"]:active {
box-shadow: inset -5px -5px 10px rgba(255,255,255,0.3),inset 5px 5px box-shadow: inset -5px -5px 10px rgba(255,255,255,0.3),inset 5px 5px
10px rgba(0,0,0,0.3); 10px rgba(0,0,0,0.3);
} }
#content form label { #content form label {
clear: left; clear: left;
float: none; float: none;
@ -1324,4 +1324,10 @@ input#file_upload{
margin-bottom: 0.2em; margin-bottom: 0.2em;
color: #666666; color: #666666;
font-weight: bold; font-weight: bold;
padding-left: 5px;
} }
div.bebopBody table{
margin-top: 15px;
}