mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
103141312e
- Implement categories list and edit view
44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
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;
|
|
}
|
|
}
|
|
}
|
|
.globalCat_hiddenCatid {
|
|
display: none;
|
|
}
|
|
|
|
} |