mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
103141312e
- Implement categories list and edit view
37 lines
1.0 KiB
CSS
37 lines
1.0 KiB
CSS
/**
|
|
*
|
|
* 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 $
|
|
*/
|
|
/* tablets and smartphones */
|
|
@media all {
|
|
#admin-index table.egwGridView_outer tbody span[id^="admin-index"][id$='status]'] {
|
|
text-align: right;
|
|
font-size: 10pt;
|
|
}
|
|
#admin-index table.egwGridView_outer tbody .adminCol2 {
|
|
float: right;
|
|
}
|
|
#admin-index table.egwGridView_outer tbody .adminCol2 div {
|
|
text-align: right;
|
|
}
|
|
#admin-index table.egwGridView_outer tbody span[id^="admin-index"][id$='account_lid]'] {
|
|
font-weight: bold;
|
|
font-size: 12pt;
|
|
}
|
|
#admin-index table.egwGridView_outer tbody span[id^="admin-index"][id$='account_lastname]']::after {
|
|
content: ",";
|
|
font-size: 10pt;
|
|
}
|
|
.globalCat_hiddenCatid {
|
|
display: none;
|
|
}
|
|
}
|