mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Added dialog box classes
SVN revision: 354
This commit is contained in:
parent
5a3e6552b8
commit
70782a7975
@ -62,7 +62,6 @@ td {
|
|||||||
.title1 {
|
.title1 {
|
||||||
background-color:#486090;
|
background-color:#486090;
|
||||||
color:white;
|
color:white;
|
||||||
font-weight:bold;
|
|
||||||
font-size:medium;
|
font-size:medium;
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
@ -71,7 +70,6 @@ td {
|
|||||||
.title2 {
|
.title2 {
|
||||||
background-color:#486090;
|
background-color:#486090;
|
||||||
color:white;
|
color:white;
|
||||||
font-weight:bold;
|
|
||||||
font-size:medium;
|
font-size:medium;
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
@ -115,7 +113,6 @@ td {
|
|||||||
.menu4 {
|
.menu4 {
|
||||||
text-align:right;
|
text-align:right;
|
||||||
font-size:10pt;
|
font-size:10pt;
|
||||||
font-weight:bold;
|
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -129,7 +126,6 @@ td {
|
|||||||
.listtitle {
|
.listtitle {
|
||||||
background-color:#CCCCFF;
|
background-color:#CCCCFF;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-weight:bold;
|
|
||||||
padding:5px;
|
padding:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -174,6 +170,11 @@ td {
|
|||||||
padding:3px;
|
padding:3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.attribvalue2 {
|
||||||
|
background-color:#FFFFB0;
|
||||||
|
padding:3px;
|
||||||
|
}
|
||||||
|
|
||||||
/* message cell in listing */
|
/* message cell in listing */
|
||||||
.messagelist {
|
.messagelist {
|
||||||
background-color:white;
|
background-color:white;
|
||||||
@ -199,14 +200,13 @@ td {
|
|||||||
.bytes {
|
.bytes {
|
||||||
font-family:'lucida console',courier,monospace;
|
font-family:'lucida console',courier,monospace;
|
||||||
font-size:10pt;
|
font-size:10pt;
|
||||||
font-weight:bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* summary display (threaded mode expand) */
|
/* summary display (threaded mode expand) */
|
||||||
.summary {
|
.summary {
|
||||||
background-color:white;
|
background-color:white;
|
||||||
font-family:'lucida console',courier,monospace;
|
font-family:'lucida console',courier,monospace;
|
||||||
font-size:small;
|
font-size:8pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* input forms */
|
/* input forms */
|
||||||
@ -240,6 +240,36 @@ td {
|
|||||||
font-size:small;
|
font-size:small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* dialog boxes (login, delete, etc.) */
|
||||||
|
.dlgframe {
|
||||||
|
width:50%;
|
||||||
|
background-color:#486090;
|
||||||
|
border:1px solid #486090;
|
||||||
|
margin-top:2cm;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dlgerror {
|
||||||
|
background-color:red;
|
||||||
|
padding:10px;
|
||||||
|
font-size:small;
|
||||||
|
text-align:center;
|
||||||
|
font-size:medium;
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dlgtitle {
|
||||||
|
background-color:#486090;
|
||||||
|
color:white;
|
||||||
|
font-size:medium;
|
||||||
|
text-align:center;
|
||||||
|
padding:5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dlgform {
|
||||||
|
background-color:#DDEEBB;
|
||||||
|
padding:5px;
|
||||||
|
}
|
||||||
|
|
||||||
/* ELOG home page link at bottom of page */
|
/* ELOG home page link at bottom of page */
|
||||||
.bottomlink {
|
.bottomlink {
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user