diff --git a/root/css/admin.css b/root/css/admin.css index 2ed3a94..9e30d40 100644 --- a/root/css/admin.css +++ b/root/css/admin.css @@ -91,10 +91,11 @@ ul#topsubmenu { } #topsubmenu a:hover { - color: #D60808; + color: #D60808 !important; text-decoration: none; } #topsubmenu a:after { + margin-left: 0px !important; content: "" !important; } @@ -185,6 +186,7 @@ ul#topsubmenu { text-decoration: underline; } #contentplace .postlink label:after { + margin-left: 1px; content: "\bb"; font-weight: bold; } @@ -255,11 +257,13 @@ ul#topsubmenu { /* print ">>" after hyper refs */ #contentplace a:after { + margin-left: 1px; content: "\bb"; font-weight: bold; } /* no ">>" in heading */ #contentplace h3 a:after { + margin-left: 0px; content: ""; } #contentplace a.force_arrows:after { @@ -279,6 +283,9 @@ ul#topsubmenu { margin: 0 8px 0 0; font-weight: bold; } +#contentplace .actions a#lock:after { + content: "\ab"; +} /* colors for disabled input fields */ #contentplace .disabled { @@ -394,6 +401,7 @@ ul#topsubmenu { } /* no ">>" in pagination next / previous */ #contentplace .pagination li.nextpage a:after { + margin-left: 0px; content: ""; } diff --git a/root/tt/admin.tt b/root/tt/admin.tt index a87e5a4..0f0cb79 100644 --- a/root/tt/admin.tt +++ b/root/tt/admin.tt @@ -111,7 +111,7 @@ [% IF messages.cadmerr %]