mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
feaba0de71
-Add mobile specific css files
122 lines
2.5 KiB
Plaintext
122 lines
2.5 KiB
Plaintext
/**
|
|
*
|
|
* Addressbook - Mobile
|
|
*
|
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
|
* Pixleegg Template app.css
|
|
* @link http://www.egroupware.org
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @author Hadi Nategh <hn@stylite.de>
|
|
* @package addressbook
|
|
* @version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $
|
|
*/
|
|
|
|
@import (reference) "../../../pixelegg/less/definitions.less";
|
|
@import (reference) "../../../pixelegg/less/def_mobile.less";
|
|
|
|
@media all{
|
|
.et2_mobile_view {
|
|
div.et2_hbox.avatar {
|
|
width: 100px;
|
|
display: block;
|
|
height: 100px;
|
|
margin: auto;
|
|
|
|
img {
|
|
width: 100px;
|
|
}
|
|
}
|
|
.et2_email {
|
|
color:#26537c;
|
|
}
|
|
#addressbook-view_n_fn {
|
|
border: none;
|
|
text-align: center;
|
|
span {
|
|
.mob-fontsize-xl;
|
|
}
|
|
.mob-fontsize-xl;
|
|
}
|
|
}
|
|
#addressbook-edit {
|
|
div.et2_hbox.avatar {
|
|
width: 70px;
|
|
display: block;
|
|
height: 70px;
|
|
margin: auto;
|
|
|
|
img {
|
|
width: 70px;
|
|
}
|
|
}
|
|
#addressbook-edit_n_fn {
|
|
border: none;
|
|
text-align: center;
|
|
.mob-fontsize-l;
|
|
}
|
|
#addressbook-edit_adr_one_locality, #addressbook-edit_adr_two_locality, #addressbook-edit_room{
|
|
margin-left:0;
|
|
}
|
|
a.et2_url.url, a.et2_url.phone, a.et2_url.email {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
#addressbook-index {
|
|
table.egwGridView_outer tbody {
|
|
|
|
span[id^='addressbook-index_'][id$='line1]'] {
|
|
.mob-fontsize-l;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
span[id^='addressbook-index_'][id$='line2]']{
|
|
.mob-fontsize-l;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
font-weight: bold;
|
|
}
|
|
.addressbookCol2 {
|
|
.et2_box_widget {
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
width:99%;
|
|
}
|
|
|
|
}
|
|
|
|
span[id^='addressbook-index_'][id$='adr_one_locality]']
|
|
{
|
|
.mob-fontsize-s;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
a[id^='addressbook-index_'][id$='email]']{
|
|
.mob-fontsize-s;
|
|
padding-left: 3px;
|
|
display: inline;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
color: #26537c;
|
|
white-space: nowrap;
|
|
}
|
|
a[id^='addressbook-index_'][id$='tel_cell]'],
|
|
a[id^='addressbook-index_'][id$='tel_work]']
|
|
{
|
|
.mob-fontsize-s;
|
|
padding-left: 3px;
|
|
display: inline;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
}
|
|
}
|