Updated remaining files and styles for style separation for themes
This commit is contained in:
parent
d6a31c90a8
commit
64e4b8a20f
|
@ -383,7 +383,7 @@ class AvatarsettingsAction extends AccountSettingsAction
|
||||||
{
|
{
|
||||||
parent::showStylesheets();
|
parent::showStylesheets();
|
||||||
$jcropStyle =
|
$jcropStyle =
|
||||||
common_path('theme/default/base/css/jquery.Jcrop.css?version='.LACONICA_VERSION);
|
common_path('theme/base/css/jquery.Jcrop.css?version='.LACONICA_VERSION);
|
||||||
|
|
||||||
$this->element('link', array('rel' => 'stylesheet',
|
$this->element('link', array('rel' => 'stylesheet',
|
||||||
'type' => 'text/css',
|
'type' => 'text/css',
|
||||||
|
|
|
@ -196,7 +196,7 @@ class DesignsettingsAction extends AccountSettingsAction
|
||||||
{
|
{
|
||||||
parent::showStylesheets();
|
parent::showStylesheets();
|
||||||
$farbtasticStyle =
|
$farbtasticStyle =
|
||||||
common_path('theme/default/base/css/farbtastic.css?version='.LACONICA_VERSION);
|
common_path('theme/base/css/farbtastic.css?version='.LACONICA_VERSION);
|
||||||
|
|
||||||
$this->element('link', array('rel' => 'stylesheet',
|
$this->element('link', array('rel' => 'stylesheet',
|
||||||
'type' => 'text/css',
|
'type' => 'text/css',
|
||||||
|
|
|
@ -16,17 +16,17 @@
|
||||||
height: 101px;
|
height: 101px;
|
||||||
}
|
}
|
||||||
.farbtastic .wheel {
|
.farbtastic .wheel {
|
||||||
background: url(../../../../js/farbtastic/wheel.png) no-repeat;
|
background: url(../../../js/farbtastic/wheel.png) no-repeat;
|
||||||
width: 195px;
|
width: 195px;
|
||||||
height: 195px;
|
height: 195px;
|
||||||
}
|
}
|
||||||
.farbtastic .overlay {
|
.farbtastic .overlay {
|
||||||
background: url(../../../../js/farbtastic/mask.png) no-repeat;
|
background: url(../../../js/farbtastic/mask.png) no-repeat;
|
||||||
}
|
}
|
||||||
.farbtastic .marker {
|
.farbtastic .marker {
|
||||||
width: 17px;
|
width: 17px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
margin: -8px 0 0 -8px;
|
margin: -8px 0 0 -8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: url(../../../../js/farbtastic/marker.png) no-repeat;
|
background: url(../../../js/farbtastic/marker.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
BIN
theme/base/images/icons/icon_processing.gif
Normal file
BIN
theme/base/images/icons/icon_processing.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 673 B |
|
@ -1328,7 +1328,7 @@ color:#333;
|
||||||
color:#000;
|
color:#000;
|
||||||
}
|
}
|
||||||
#form_notice.processing #notice_action-submit {
|
#form_notice.processing #notice_action-submit {
|
||||||
background:#fff url(../../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
||||||
cursor:wait;
|
cursor:wait;
|
||||||
text-indent:-9999px;
|
text-indent:-9999px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user