mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixed link to the front end and logout link in admin.
--HG-- branch : dev
This commit is contained in:
@@ -277,9 +277,10 @@ form.link button:hover, button.link:hover {
|
|||||||
text-shadow: rgba(0,0,0,.9) 0px 0px 2px;
|
text-shadow: rgba(0,0,0,.9) 0px 0px 2px;
|
||||||
}
|
}
|
||||||
#page-title {
|
#page-title {
|
||||||
position:relative;
|
/*position:relative;
|
||||||
top:12px;
|
top:12px;
|
||||||
left:24px;
|
left:24px;*/
|
||||||
|
padding:14px 0 0 260px;
|
||||||
text-shadow:rgba(0,0,0,.1) 0px 0px 1px;
|
text-shadow:rgba(0,0,0,.1) 0px 0px 1px;
|
||||||
}
|
}
|
||||||
#login {
|
#login {
|
||||||
@@ -293,10 +294,6 @@ form.link button:hover, button.link:hover {
|
|||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login a:hover, #login a:active, #login a:focus {
|
|
||||||
color:#ffea9b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Navigation
|
/* Navigation
|
||||||
***************************************************************/
|
***************************************************************/
|
||||||
#navshortcut {
|
#navshortcut {
|
||||||
@@ -613,6 +610,7 @@ label input {
|
|||||||
}
|
}
|
||||||
/* todo: (heskew) try to get .text on stuff like .text-box */
|
/* todo: (heskew) try to get .text on stuff like .text-box */
|
||||||
select, textarea, input.text, input.textMedium, input.text-box {
|
select, textarea, input.text, input.textMedium, input.text-box {
|
||||||
|
font-family:inherit;
|
||||||
padding:3px;
|
padding:3px;
|
||||||
border:1px solid #bdbcbc;
|
border:1px solid #bdbcbc;
|
||||||
font-family:inherit;
|
font-family:inherit;
|
||||||
|
|||||||
Reference in New Issue
Block a user