Changeset 434 in t29-www for shared/css-v6


Ignore:
Timestamp:
Jun 22, 2013, 1:42:47 PM (11 years ago)
Author:
sven
Message:

Anmeldung: Buttons ersetzt druch "Anmelden"-Icon mit Textkombination
in linker Spalte.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • shared/css-v6/pagestyles/startseite.css

    r431 r434  
    138138/* Date Icon-Formatierung jetzt in modules/18-content.css */
    139139
    140 #termine div.termin p.date.left {
     140#termine div.termin p.date.left,
     141#termine div.termin div.left {
    141142        float: left;
    142143        margin-left: -52px;
    143144}
    144145
     146/* Anmelden-Button links */
     147#termine div.termin div.left a.anmeldung {
     148    background-image: url("/shared/img-v6/register-icon.png");
     149    background-position: 4px 5px;
     150    background-repeat: no-repeat;
     151    font-family: arial;
     152    font-size: 10px;
     153    font-weight: bold;
     154    line-height: 10px;
     155    margin: 0 -2px 0 -5px;
     156    outline: medium none;
     157    padding: 10px 11px 11px;
     158    text-transform: inherit;
     159}
     160
     161#termine div.termin div.left a.anmeldung:hover,
     162#termine div.termin div.left a.anmeldung:focus {
     163    color: black;
     164}
     165
     166/* zu lange floats link */
     167#termine div.termin dl dt { clear: none; }
     168   
    145169/*
    146170 * Kleine Buttonleiste
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License