MediaWiki:Common.css: Unterschied zwischen den Versionen

Zeile 34: Zeile 34:
  
 
     .select2-search-choice-close {
 
     .select2-search-choice-close {
    display: block;
+
position: absolute;
    width: 12px;
+
     height: 2px !important;
     height: 13px;
+
     width: 100% !important;
     position: relative;
+
     top: 50% !important;
     # float: right !important;
+
     left: 0 !important;
     right: 3px ;
+
     margin-top: -1px !important;
     top: 4px ;
 
    font-size: 1px;
 
  outline: none;  
 
 
}
 
}

Version vom 11. April 2016, 16:04 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.hidden {
    display: none !important;
    visibility: hidden;
}

.qtip {
    max-width: 800px !important;
}

.select2-selection-limit {
    color: #000000    !important;
}


th {
    background-color:#c2d1f0 !important;
  
}

h1 {
     font-size: 40px  !important;
}
h2 {
     font-size: 30px  !important;
}
h3 {
     font-size: 25px  !important;
}




    .select2-search-choice-close {
position: absolute;
    height: 2px !important;
    width: 100% !important;
    top: 50% !important;
    left: 0 !important;
    margin-top: -1px !important;
}