]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated remaining files and styles for style separation for themes
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 14 Apr 2009 23:32:09 +0000 (23:32 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 14 Apr 2009 23:32:09 +0000 (23:32 +0000)
actions/avatarsettings.php
actions/designsettings.php
theme/base/css/farbtastic.css
theme/base/images/icons/icon_processing.gif [new file with mode: 0644]
theme/cloudy/css/display.css

index 60f69b6850ef147cf8b4509cc08f9b9c964dff94..c2bb35a39580153a4b696015d104b42b4fb6b104 100644 (file)
@@ -383,7 +383,7 @@ class AvatarsettingsAction extends AccountSettingsAction
     {
         parent::showStylesheets();
         $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',
                                      'type' => 'text/css',
index 05293f712616acc5e9e44ecf96525d9dd8c67e4b..cdd950e78c42f1ac966d4779eda1f39beb5e8936 100644 (file)
@@ -196,7 +196,7 @@ class DesignsettingsAction extends AccountSettingsAction
     {
         parent::showStylesheets();
         $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',
                                      'type' => 'text/css',
index 3b8fec58f817742ffc9403d89b971a38c9459e19..7efcc73c3b506dcd1e24a7135730ba30b00c125e 100644 (file)
   height: 101px;
 }
 .farbtastic .wheel {
-  background: url(../../../../js/farbtastic/wheel.png) no-repeat;
+  background: url(../../../js/farbtastic/wheel.png) no-repeat;
   width: 195px;
   height: 195px;
 }
 .farbtastic .overlay {
-  background: url(../../../../js/farbtastic/mask.png) no-repeat;
+  background: url(../../../js/farbtastic/mask.png) no-repeat;
 }
 .farbtastic .marker {
   width: 17px;
   height: 17px;
   margin: -8px 0 0 -8px;
   overflow: hidden; 
-  background: url(../../../../js/farbtastic/marker.png) no-repeat;
+  background: url(../../../js/farbtastic/marker.png) no-repeat;
 }
diff --git a/theme/base/images/icons/icon_processing.gif b/theme/base/images/icons/icon_processing.gif
new file mode 100644 (file)
index 0000000..d0bce15
Binary files /dev/null and b/theme/base/images/icons/icon_processing.gif differ
index 151758b4895ebdbf4be24faf841eebad2aee8388..b87722eec1f9bfc58a257416958b4aed5c0e13f1 100644 (file)
@@ -1328,7 +1328,7 @@ color:#333;
 color:#000;
 }
 #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;
 text-indent:-9999px;
 }