git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
27 lines
889 B
CSS
27 lines
889 B
CSS
/**
|
|
* Modules Anywhere editor button popup stylesheet
|
|
*
|
|
* @package Modules Anywhere
|
|
* @version 1.3.4
|
|
*
|
|
* @author Peter van Westen <peter@nonumber.nl>
|
|
* @link http://www.nonumber.nl
|
|
* @copyright Copyright (C) 2010 NoNumber! All Rights Reserved
|
|
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
|
|
*/
|
|
|
|
.button2-left .hasicon {
|
|
background: transparent url(../../../../administrator/templates/khepri/images/j_button2_right_cap.png) no-repeat 100% 0;
|
|
}
|
|
.button2-left .hasicon a {
|
|
background: transparent url(../images/button_right_apply.png) no-repeat 100% 3px;
|
|
padding-right: 19px !important;
|
|
margin-right: 3px;
|
|
}
|
|
.button2-left .apply a { background-image: url(../images/button_right_apply.png); }
|
|
.button2-left .cancel a { background-image: url(../images/button_right_cancel.png); }
|
|
|
|
.bar-option {
|
|
float: left;
|
|
padding: 0px 20px 0px 0px;
|
|
} |