egroupware_official/admin/templates/mobile/app.css
Hadi Nategh 103141312e Mobile theme:
- Implement categories list and edit view
2016-04-22 14:42:06 +00:00

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;
}
}