mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
142 lines
3.6 KiB
CSS
142 lines
3.6 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;
|
|
display: inline-block;
|
|
width: 99%;
|
|
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-edit .uploadphoto {
|
|
position: absolute;
|
|
top: 55px;
|
|
left: 0;
|
|
display: none;
|
|
border: 2px solid black;
|
|
background-color: #ffffff;
|
|
padding: 4px;
|
|
z-index: 1;
|
|
width: 100%;
|
|
}
|
|
#addressbook-edit .uploadphoto .et2_file {
|
|
margin-left: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
#addressbook-edit .uploadphoto .et2_file .et2_file_span {
|
|
width: auto;
|
|
height: 30px;
|
|
}
|
|
#addressbook-edit .typeIcon {
|
|
height: 16px;
|
|
width: 16px;
|
|
}
|
|
#addressbook-edit .editname {
|
|
position: absolute;
|
|
display: none;
|
|
border: 2px solid black;
|
|
background-color: #ffffff;
|
|
padding: 4px;
|
|
top: 55px;
|
|
left: 0;
|
|
z-index: 1;
|
|
width: 100%;
|
|
}
|
|
#addressbook-edit .custom_country {
|
|
display: none;
|
|
}
|
|
#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;
|
|
}
|
|
}
|