mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
c6527ff2a4
cleanup less files separate the definitions in different files merge them in definitions.less ### same with layout_ files / merge in layout_defintions.less # change all app.less files
40 lines
783 B
Plaintext
40 lines
783 B
Plaintext
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* Please do NOT change css-files directly, instead change less-files and compile them!
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
|
* @package pixelegg
|
|
* @version $Id: pixelegg.less 3017 2014-04-15 08:35:38Z ralfbecker $
|
|
|
|
## Definitions of all buttons sizes
|
|
|
|
*/
|
|
@import "definitions.less";
|
|
|
|
// #############################
|
|
// Button Größen
|
|
|
|
.Button_size_square_32{
|
|
width: 32px;
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
.Button_size_square_16{
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.Button_size_square_8{
|
|
width: 8px;
|
|
height: 8px;
|
|
}
|
|
|
|
.Button_size_h32_auto{
|
|
width: auto;
|
|
height: 32px;
|
|
}
|