mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Mobile theme W.I.P.:
- Fix couple of glitches for AB - Give a default color to cat color column
This commit is contained in:
parent
18a7c47b95
commit
f818d0ec08
@ -36,11 +36,11 @@
|
||||
<vbox class="addressbookCol2">
|
||||
<hbox>
|
||||
<image src="email.png"/>
|
||||
<url-email id="${row}[email]" readonly="true" class="telNumbers"/>
|
||||
<url-email id="${row}[email]" height="15" readonly="true" class="telNumbers"/>
|
||||
</hbox>
|
||||
<hbox>
|
||||
<image src="phone.png"/>
|
||||
<url-phone id="${row}[tel_work]" readonly="true" class="telNumbers"/>
|
||||
<image src="phone.png"/>
|
||||
<url-phone id="${row}[tel_work]" readonly="true" class="telNumbers"/>
|
||||
</hbox>
|
||||
<hbox>
|
||||
<image src="cellphone.png"/>
|
||||
|
@ -530,19 +530,17 @@ input.et2_radiobox {
|
||||
}
|
||||
#addressbook-index table.egwGridView_outer tbody a[id^='addressbook-index_'][id$='email]'] {
|
||||
font-size: 9pt;
|
||||
padding-left: 4px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 3px;
|
||||
display: inline;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding-bottom: 5px;
|
||||
color: #2C6398;
|
||||
color: #26537c;
|
||||
}
|
||||
#addressbook-index table.egwGridView_outer tbody a[id^='addressbook-index_'][id$='tel_cell]'],
|
||||
#addressbook-index table.egwGridView_outer tbody a[id^='addressbook-index_'][id$='tel_work]'] {
|
||||
font-size: 9pt;
|
||||
display: inline-block;
|
||||
padding-left: 3px;
|
||||
display: inline;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -440,20 +440,18 @@ div.addressbook_edit_general_picture img {
|
||||
}
|
||||
a[id^='addressbook-index_'][id$='email]']{
|
||||
.mob-fontsize-s;
|
||||
padding-left: 4px;
|
||||
padding-bottom:2px;
|
||||
padding-left: 3px;
|
||||
display: inline;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding-bottom: 5px;
|
||||
color: #2C6398;
|
||||
color: #26537c;
|
||||
}
|
||||
a[id^='addressbook-index_'][id$='tel_cell]'],
|
||||
a[id^='addressbook-index_'][id$='tel_work]']
|
||||
{
|
||||
.mob-fontsize-s;
|
||||
display: inline-block;
|
||||
padding-left: 3px;
|
||||
display: inline;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -6705,6 +6705,9 @@ span.egw_tutorial_title {
|
||||
width: 10px;
|
||||
display: block;
|
||||
}
|
||||
body table.egwGridView_outer tbody tr td span.cat_.mobile_cat_col {
|
||||
background: #F5F5F5;
|
||||
}
|
||||
#egw_fw_basecontainer {
|
||||
background: white;
|
||||
}
|
||||
@ -7748,6 +7751,9 @@ span.egw_tutorial_title {
|
||||
body .et2_nextmatch .egwGridView_outer thead tr th {
|
||||
font-size: large;
|
||||
}
|
||||
body .et2_nextmatch .egwGridView_outer td img {
|
||||
border: none;
|
||||
}
|
||||
body .dtree img {
|
||||
width: 24px !important;
|
||||
height: 24px !important;
|
||||
|
@ -137,6 +137,10 @@
|
||||
top:0;
|
||||
width:10px;
|
||||
display: block;
|
||||
|
||||
}
|
||||
span.cat_.mobile_cat_col {
|
||||
background: #F5F5F5;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1296,6 +1300,11 @@
|
||||
thead tr th {
|
||||
font-size: large;
|
||||
}
|
||||
td {
|
||||
img{
|
||||
border:none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user