Der Bearbeitungsschritt (Kategorien zuweisen) ist fertig gestaltet (Ticket 2081).
git-svn-id: https://svn.libreccm.org/ccm/trunk@2694 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
45de659efb
commit
90f9da0912
|
|
@ -62,6 +62,11 @@ h2 {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.bebopBody h2 {
|
||||||
|
text-decoration: underline;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -533,6 +538,10 @@ table {
|
||||||
border-spacing: 5pt;
|
border-spacing: 5pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.toolbar table.toolbarRow {
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
table.dataTable{
|
table.dataTable{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
@ -878,10 +887,6 @@ div#right div.bebopLayoutPanel div.bebopLeft {
|
||||||
width: 22%;
|
width: 22%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#content .bebopBody h3.bebopSegmentHeader {
|
|
||||||
color: #0776A0;
|
|
||||||
}
|
|
||||||
|
|
||||||
div#content .bebopBody .bebopPanelRow span {
|
div#content .bebopBody .bebopPanelRow span {
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
@ -890,6 +895,13 @@ div#content .bebopBody .bebopPanelRow span:after {
|
||||||
content: ":";
|
content: ":";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#content .bebopBody .bebopPanelRow span.optionGroup:after,
|
||||||
|
div#content .bebopBody .bebopPanelRow span.action:after,
|
||||||
|
div#content .bebopBody .bebopPanelRow span[key="not_yet_published_user"]:after,
|
||||||
|
div#content .bebopBody .bebopPanelRow span[key="not_yet_published_date"]:after{
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
|
||||||
div#right div.bebopLayoutPanel div.bebopBody {
|
div#right div.bebopLayoutPanel div.bebopBody {
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 73%;
|
width: 73%;
|
||||||
|
|
@ -1027,6 +1039,7 @@ div .bebopBody ul li{
|
||||||
h3.bebopSegmentHeader{
|
h3.bebopSegmentHeader{
|
||||||
margin-bottom:0.15em;
|
margin-bottom:0.15em;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
color: #0776A0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
|
@ -1221,7 +1234,26 @@ table.AlternateTable th + th, table.AlternateTable td + td {
|
||||||
/*edit pardis*/
|
/*edit pardis*/
|
||||||
div.bebopBody div.bebopSegment h3.bebopSegmentHeader {
|
div.bebopBody div.bebopSegment h3.bebopSegmentHeader {
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dl dd a {
|
||||||
|
padding: 1px;
|
||||||
|
border: 1px solid #0776A0;
|
||||||
|
border-radius: 2px;
|
||||||
|
-moz-border-radius: 2px;
|
||||||
|
-webkit-border-radius: 2px;
|
||||||
|
-o-border-radius: 2px;
|
||||||
|
background-color: #3BA6D0;
|
||||||
|
color: #ffffff;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
dl dd a:hover {
|
||||||
|
color: #0776A0;
|
||||||
|
}
|
||||||
|
|
||||||
#Go{
|
#Go{
|
||||||
background-color:#ffffff;
|
background-color:#ffffff;
|
||||||
border:1px solid #613d6b;
|
border:1px solid #613d6b;
|
||||||
|
|
@ -1499,10 +1531,6 @@ input#file_upload{
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.bebopBody table{
|
|
||||||
margin-top: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a#preview_link:hover{
|
a#preview_link:hover{
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue