mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:19 +01:00
40 lines
989 B
Plaintext
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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|