Added a nice keyhole-ish login/signon icon to the iconbar
authorthe_mgt <themgt@ueberserver.de>
Tue, 5 Jul 2011 21:01:58 +0000 (23:01 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:31:30 +0000 (21:31 +0000)
webcit/static/styles/iconbar.css
webcit/static/styles/iconbaricns.css
webcit/static/t/iconbar.html

index 5256cd44a584da4bd91ba4c3107a2209ca2216df..a232f7a11c42e1d4455c47d00b9f9d2ea523ecfe 100644 (file)
@@ -87,7 +87,7 @@ div.iconbar_text select { border: 1px solid 424b5; }
        text-align: center;
 }
 
-#button li:hover, #ib_logoff:hover {
+#button li:hover, #ib_logoff:hover, #ib_login:hover {
        background-color: #5c646b;
 }
 
index a0e3e103eda3dfa277f5acf0255b16d342b28f6c..35f2d6cd11affd15f60efeba945b779a9cf4e834 100644 (file)
@@ -53,6 +53,9 @@
 #ib_logoff {
     background-image: url("/static/webcit_icons/essen/32x32/logout.png");
 }
+#ib_login {
+    background-image: url("/static/webcit_icons/essen/32x32/login.png");
+}
 #citlogo {
     display: block !important;
 }
index 7d41a88717c54e5ad3c2311f12d12fd10d1c8b1a..0ba06be5cf9d68ca5d0b36b1bb48306ec15b5425 100644 (file)
@@ -84,7 +84,7 @@
                </div>
        <??("X",2)>
        <?!("COND:LOGGEDIN",4)>
-               <div id="ib_logoff" class="ib_button">
+               <div id="ib_login" class="ib_button">
                        <a class="ib_button_link" href="javascript:GetLoggedInFirst('do_welcome')" title="<?_("Log in")>"><span><?_("Log in")></span></a>
                </div>
        <?!("X",4)>