mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
restyle lettersearch: margin to column-headers and lighter border
This commit is contained in:
parent
882d56f8ce
commit
f9429b7c86
@ -2591,6 +2591,7 @@ var et2_nextmatch_header_bar = (function(){ "use strict"; return et2_DOMWidget.e
|
||||
if(this.nextmatch.options.settings.lettersearch || current_letter)
|
||||
{
|
||||
this.lettersearch = jQuery(document.createElement("table"))
|
||||
.addClass('nextmatch_lettersearch')
|
||||
.css("width", "100%")
|
||||
.appendTo(this.div);
|
||||
var tbody = jQuery(document.createElement("tbody")).appendTo(this.lettersearch);
|
||||
|
@ -3405,8 +3405,11 @@ h6 {
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
table.nextmatch_lettersearch {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.lettersearch {
|
||||
border: 1px solid #B4B4B4;
|
||||
border: 1px solid #E6E6E6;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
@ -3416,7 +3419,7 @@ h6 {
|
||||
color: #ffffff;
|
||||
}
|
||||
.lettersearch_active {
|
||||
border: 1px solid #B4B4B4;
|
||||
border: 1px solid #E6E6E6;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
@ -3425,6 +3428,7 @@ h6 {
|
||||
}
|
||||
td.lettersearch {
|
||||
background-image: none;
|
||||
width: 3%;
|
||||
}
|
||||
/*.nextmatch_header table {
|
||||
border: none !important;
|
||||
|
@ -3394,8 +3394,11 @@ h6 {
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
table.nextmatch_lettersearch {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.lettersearch {
|
||||
border: 1px solid #B4B4B4;
|
||||
border: 1px solid #E6E6E6;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
@ -3405,7 +3408,7 @@ h6 {
|
||||
color: #ffffff;
|
||||
}
|
||||
.lettersearch_active {
|
||||
border: 1px solid #B4B4B4;
|
||||
border: 1px solid #E6E6E6;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
@ -3414,6 +3417,7 @@ h6 {
|
||||
}
|
||||
td.lettersearch {
|
||||
background-image: none;
|
||||
width: 3%;
|
||||
}
|
||||
/*.nextmatch_header table {
|
||||
border: none !important;
|
||||
|
@ -3405,8 +3405,11 @@ h6 {
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
table.nextmatch_lettersearch {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.lettersearch {
|
||||
border: 1px solid #B4B4B4;
|
||||
border: 1px solid #E6E6E6;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
@ -3416,7 +3419,7 @@ h6 {
|
||||
color: #ffffff;
|
||||
}
|
||||
.lettersearch_active {
|
||||
border: 1px solid #B4B4B4;
|
||||
border: 1px solid #E6E6E6;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
@ -3425,6 +3428,7 @@ h6 {
|
||||
}
|
||||
td.lettersearch {
|
||||
background-image: none;
|
||||
width: 3%;
|
||||
}
|
||||
/*.nextmatch_header table {
|
||||
border: none !important;
|
||||
|
@ -262,7 +262,7 @@
|
||||
// Buchstaben
|
||||
|
||||
.Complete_Button_lettersearch{
|
||||
border: 1px solid @gray_30;
|
||||
border: 1px solid @gray_10;
|
||||
background: #f8f8f8;
|
||||
// border: 1px solid #D3DCE3;
|
||||
text-align: center;
|
||||
|
@ -16,6 +16,10 @@
|
||||
|
||||
// Lettersearch
|
||||
|
||||
table.nextmatch_lettersearch {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.lettersearch {
|
||||
.Complete_Button_lettersearch;
|
||||
}
|
||||
@ -36,6 +40,7 @@
|
||||
td.lettersearch {
|
||||
// border-color: #E0E0E0;
|
||||
background-image: none;
|
||||
width: 3%;
|
||||
}
|
||||
|
||||
|
||||
|
@ -3416,8 +3416,11 @@ h6 {
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
table.nextmatch_lettersearch {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.lettersearch {
|
||||
border: 1px solid #B4B4B4;
|
||||
border: 1px solid #E6E6E6;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
@ -3427,7 +3430,7 @@ h6 {
|
||||
color: #ffffff;
|
||||
}
|
||||
.lettersearch_active {
|
||||
border: 1px solid #B4B4B4;
|
||||
border: 1px solid #E6E6E6;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
@ -3436,6 +3439,7 @@ h6 {
|
||||
}
|
||||
td.lettersearch {
|
||||
background-image: none;
|
||||
width: 3%;
|
||||
}
|
||||
/*.nextmatch_header table {
|
||||
border: none !important;
|
||||
|
Loading…
Reference in New Issue
Block a user