From 5ebeec822fc3ee0d50591f2b25a1190760977327 Mon Sep 17 00:00:00 2001 From: flop25 Date: Sun, 13 Apr 2014 18:22:25 +0000 Subject: TakeATour replace c13y_upgrade ; c13y_upgrade not activated after upgrade adding TakeATour files less margin-top in no_photo_yet.tpl git-svn-id: http://piwigo.org/svn/trunk@28169 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/TakeATour/css/admin.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/TakeATour/css/admin.css (limited to 'plugins/TakeATour/css/admin.css') diff --git a/plugins/TakeATour/css/admin.css b/plugins/TakeATour/css/admin.css new file mode 100644 index 000000000..e6e2b218a --- /dev/null +++ b/plugins/TakeATour/css/admin.css @@ -0,0 +1,15 @@ +#helpContent .TAT_description { + text-align: justify; + text-indent: 1em; +} +#helpContent form { + text-align: center; +} +#helpContent form input { + width: 50%; + margin-top: 10px; +} +#helpContent P { + text-indent: 1em; + text-align: justify; +} \ No newline at end of file -- cgit v1.2.3