]> source.dussan.org Git - redmine.git/commitdiff
Import application.css in themes using absolute url (#39111).
authorMarius Balteanu <marius.balteanu@zitec.com>
Mon, 29 Jan 2024 01:21:51 +0000 (01:21 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Mon, 29 Jan 2024 01:21:51 +0000 (01:21 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22661 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/themes/alternate/stylesheets/application.css
public/themes/classic/stylesheets/application.css

index 5730102548e42e13b1f448b0c558d5f87732e85d..080c190abc98c4e93b54360bda73a6698b99a390 100644 (file)
@@ -15,7 +15,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA. */
 
-@import url(../../../stylesheets/application.css);
+@import url(/application.css);
 
 body, #wrapper { background-color:#EEEEEE; }
 #header, #top-menu { margin: 0px 10px 0px 11px; }
index dca3733b4b55f6adc8843ed6d5603c42a392cb92..64ebb11c10098dbf9c708cda21b3e05e7dcbf735 100644 (file)
@@ -15,7 +15,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA. */
 
-@import url(../../../stylesheets/application.css);
+@import url(/application.css);
 
 body{ color:#303030; background:#e8eaec; }
 
@@ -51,7 +51,7 @@ h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#606060; fo
 h2, .wiki h1 { letter-spacing:-1px; }
 h4 { border-bottom: dotted 1px #c0c0c0; }
 
-#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help { 
+#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help {
     background-position: 0% 40%;
     background-repeat: no-repeat;
     padding-left: 20px;