diff options
author | vdigital <vdigital@piwigo.org> | 2008-06-22 08:45:28 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-06-22 08:45:28 +0000 |
commit | fda524253d89292ad5a3ec9bfed291495a72572e (patch) | |
tree | cd2b2aae0c1e38e7be85094e0776d0f0ea3980d4 /admin/template/yoga/layout.css | |
parent | 7d3d91e95abed9af3ad29e0bce8d2a8a67923d44 (diff) |
Admin isolation: Copy of admin templates in admin folder.
(Before previous admin templates removal).
Some of css simplification (in admin only currently.
git-svn-id: http://piwigo.org/svn/trunk@2390 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/yoga/layout.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/admin/template/yoga/layout.css b/admin/template/yoga/layout.css new file mode 100644 index 000000000..21b3edf90 --- /dev/null +++ b/admin/template/yoga/layout.css @@ -0,0 +1,13 @@ +/* $Id$ */ + +/* template css */ +@import "menubar.css"; +@import "content.css"; +@import "thumbnails.css"; +@import "default-layout.css"; +/* Override properties with import local file */ +@import "local-layout.css"; +/* common css */ +@import "../../../template-common/default-layout.css"; +/* Override properties with import local file */ +@import "../../../template-common/local-layout.css";
\ No newline at end of file |