aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-07-14 13:33:42 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:00:22 +0200
commitd420ceb9c717b83ba29dde3734b563881051e51a (patch)
tree9edac83794c76485d758ce60ad5a5327096deee4 /phpBB/styles/prosilver/theme
parent4f97cc12951b2be6fa8d7962beaf631f7c82fb43 (diff)
downloadforums-d420ceb9c717b83ba29dde3734b563881051e51a.tar
forums-d420ceb9c717b83ba29dde3734b563881051e51a.tar.gz
forums-d420ceb9c717b83ba29dde3734b563881051e51a.tar.bz2
forums-d420ceb9c717b83ba29dde3734b563881051e51a.tar.xz
forums-d420ceb9c717b83ba29dde3734b563881051e51a.zip
[ticket/10270] Added JavaScript popups and basic AJAX functionality to PHP.
This commit adds the phpbb object (JavaScript), and alert and confirm box methods. It also adds the first basic AJAX functionality, to deleting posts in viewtopic. PHPBB3-10270
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/common.css30
1 files changed, 29 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 27a55caf7a..5cf12be1ce 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -468,7 +468,7 @@ table.info tbody th {
/* Misc layout styles
---------------------------------------- */
-/* column[1-2] styles are containers for two column layouts
+/* column[1-2] styles are containers for two column layouts
Also see tweaks.css */
.column1 {
float: left;
@@ -580,6 +580,34 @@ li.pagination {
background: none 0 50% no-repeat;
}
+.row .pagination span a, li.pagination span a {
+ background-color: #FFFFFF;
+}
+
+.row .pagination span a:hover, li.pagination span a:hover {
+ background-color: #d2d2d2;
+}
+
+/* jQuery popups
+---------------------------------------- */
+.jalert {
+ background-color: #FFFFFF;
+ border: 1px solid #999999;
+ display: none;
+ position: fixed;
+ top: 100px;
+ left: 35%;
+ width: 30%;
+ z-index: 50;
+ padding: 25px;
+ padding: 0 25px 20px 25px;
+}
+
+.jalert p {
+ margin: 8px 0;
+ padding-bottom: 8px;
+}
+
/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {