egroupware/admin/templates/mobile/app.less
Hadi Nategh 64cd481e98 Mobile theme W.I.P:
- Fix admin account tab
- Switch category tree to taglist-cat for addressbook
2016-03-04 13:54:29 +00:00

40 lines
989 B
Plaintext

/**
*
* Admin - 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 admin
* @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";
/* tablets and smartphones */
@media all {
#admin-index {
table.egwGridView_outer tbody {
span[id^="admin-index"][id$='status]']{
text-align: right;
.mob-fontsize-n;
}
.adminCol2 {
float: right;
div {
text-align: right;
}
}
span[id^="admin-index"][id$='account_lid]']{
font-weight: bold;
.mob-fontsize-l;
}
span[id^="admin-index"][id$='account_lastname]']::after{
content:",";
.mob-fontsize-n;
}
}
}
}