egroupware/addressbook/templates/mobile/app.css
Hadi Nategh feaba0de71 Mobile theme W.I.P.:
-Add mobile specific css files
2016-02-17 17:43:41 +00:00

103 lines
2.8 KiB
CSS

/**
*
* 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 $
*/
@media all {
.et2_mobile_view div.et2_hbox.avatar {
width: 100px;
display: block;
height: 100px;
margin: auto;
}
.et2_mobile_view div.et2_hbox.avatar img {
width: 100px;
}
.et2_mobile_view .et2_email {
color: #26537c;
}
.et2_mobile_view #addressbook-view_n_fn {
border: none;
text-align: center;
font-size: 15pt;
}
.et2_mobile_view #addressbook-view_n_fn span {
font-size: 15pt;
}
#addressbook-edit div.et2_hbox.avatar {
width: 70px;
display: block;
height: 70px;
margin: auto;
}
#addressbook-edit div.et2_hbox.avatar img {
width: 70px;
}
#addressbook-edit #addressbook-edit_n_fn {
border: none;
text-align: center;
font-size: 12pt;
}
#addressbook-edit #addressbook-edit_adr_one_locality,
#addressbook-edit #addressbook-edit_adr_two_locality,
#addressbook-edit #addressbook-edit_room {
margin-left: 0;
}
#addressbook-edit a.et2_url.url,
#addressbook-edit a.et2_url.phone,
#addressbook-edit a.et2_url.email {
display: none !important;
}
#addressbook-index table.egwGridView_outer tbody span[id^='addressbook-index_'][id$='line1]'] {
font-size: 12pt;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#addressbook-index table.egwGridView_outer tbody span[id^='addressbook-index_'][id$='line2]'] {
font-size: 12pt;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: bold;
}
#addressbook-index table.egwGridView_outer tbody .addressbookCol2 .et2_box_widget {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 99%;
}
#addressbook-index table.egwGridView_outer tbody span[id^='addressbook-index_'][id$='adr_one_locality]'] {
font-size: 9pt;
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#addressbook-index table.egwGridView_outer tbody a[id^='addressbook-index_'][id$='email]'] {
font-size: 9pt;
padding-left: 3px;
display: inline;
overflow: hidden;
text-overflow: ellipsis;
color: #26537c;
white-space: nowrap;
}
#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;
padding-left: 3px;
display: inline;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}