mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 15:48:55 +01:00
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
|
/**
|
||
|
*
|
||
|
* Resources - 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 resources
|
||
|
* @version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $
|
||
|
*/
|
||
|
|
||
|
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
||
|
@import (reference) "../../../pixelegg/less/def_mobile.less";
|
||
|
/* tablets and smartphones */
|
||
|
@media all {
|
||
|
#resources-show {
|
||
|
table.egwGridView_outer tbody {
|
||
|
img[id^="resources-show_"][id$="picture_thumb]"]{
|
||
|
border: 1px solid silver;
|
||
|
border-radius: 50%;
|
||
|
}
|
||
|
div.resourcesCol2 {
|
||
|
.mob-fontsize-n;
|
||
|
}
|
||
|
span[id^="resources-show_"][id$="name]"]{
|
||
|
font-weight: bold;
|
||
|
.mob-fontsize-l;
|
||
|
}
|
||
|
span[id^="resources-show_"][id$="name]"],
|
||
|
span[id^="resources-show_"][id$="short_description]"],
|
||
|
span[id^="resources-show_"][id$="accessory_of_label]"],
|
||
|
span[id^="resources-show_"][id$="accessories]"]{
|
||
|
text-overflow: ellipsis;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|