new picture for active encrypted containers (with "unlocked" lock)
added css layout for AdviceMessage
This commit is contained in:
parent
eabb62706d
commit
f2c9fbefc1
2 changed files with 54 additions and 8 deletions
|
@ -82,7 +82,7 @@ div#head img {
|
|||
background-image: url(background_frame_top.png);
|
||||
background-position: top left;
|
||||
background-repeat: no-repeat;
|
||||
min-height: 320px;
|
||||
min-height: 300px;
|
||||
padding: 1.1em 0em 1.1em 1.1em;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
@ -206,9 +206,9 @@ div#footer a:hover {
|
|||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
/* -------=-=-=- all messages -=-=-=-------- */
|
||||
/* -------=-=-=- operational messages -=-=-=-------- */
|
||||
|
||||
div.message {
|
||||
#words div.message {
|
||||
text-align: left;
|
||||
margin: 20px;
|
||||
padding: 0 10px 0 0;
|
||||
|
@ -217,12 +217,16 @@ div.message {
|
|||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
div.message h1 {
|
||||
#words div.message table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#words div.message td.text h1 {
|
||||
font-size: 1.5em;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
div.message img.message_symbol {
|
||||
#words div.message td.message_symbol img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
padding: 5px 20px 5px 10px;
|
||||
|
@ -230,15 +234,57 @@ div.message img.message_symbol {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.message p.message_link {
|
||||
#words div.message td.link {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.message p.message_link a {
|
||||
color: #5e5e5e;
|
||||
#words div.message td.link a {
|
||||
color: blue;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#words div.message td.link a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* -------=-=-=- environmental messages -=-=-=-------- */
|
||||
|
||||
#EnvironmentWarning div.message {
|
||||
text-align: left;
|
||||
margin: 2px;
|
||||
padding: 0 5px 0 0;
|
||||
border: 1px solid #bbb;
|
||||
color: #5e5e5e;
|
||||
font-size: 0.9em;
|
||||
background-color: #eea;
|
||||
}
|
||||
|
||||
#EnvironmentWarning div.message table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#EnvironmentWarning div.message td.message_symbol img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
padding: 2px;
|
||||
border: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#EnvironmentWarning div.message td.link {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#EnvironmentWarning div.message td.link a {
|
||||
color: #55b;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#EnvironmentWarning div.message td.link a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* ----------------------=-=-=- Forms -=-=-=--------------------- */
|
||||
/* pretty forms and buttons */
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.4 KiB |
Loading…
Reference in a new issue