aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/TakeATour/css/admin.css
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2014-04-13 18:22:25 +0000
committerflop25 <flop25@piwigo.org>2014-04-13 18:22:25 +0000
commit5ebeec822fc3ee0d50591f2b25a1190760977327 (patch)
treee142eaff6582856ee22e60f956267e3c2fc11c92 /plugins/TakeATour/css/admin.css
parentd97c1394519a49f2d8d11f29e117be83a5f3979f (diff)
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
Diffstat (limited to '')
-rw-r--r--plugins/TakeATour/css/admin.css15
1 files changed, 15 insertions, 0 deletions
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