From fa04c3712b611425e41f5f5ac661eb0cddcba3ec Mon Sep 17 00:00:00 2001 From: Shibu Lijack Date: Mon, 9 Apr 2012 18:43:54 +0530 Subject: [ticket/10734] Moved style elements and fixed minor bugs Moved color related style elements to colours.css and other elements to common.css Also added an empty display for corners span. Removed unwanted space in mcp_topic Removed DS_Store PHPBB-10734 --- phpBB/styles/prosilver/theme/common.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'phpBB/styles/prosilver/theme/common.css') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 57696d71ee..300125b4f1 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -252,12 +252,14 @@ a#logo:hover { background: transparent none repeat-x 0 0; margin-bottom: 4px; padding: 5px; + border-radius: 7px; } .navbar { padding: 0 10px; background-color: #ebebeb; padding: 5px 10px 5px 10px; + border-radius: 7px; } .forabg { @@ -265,6 +267,7 @@ a#logo:hover { margin-bottom: 4px; padding: 5px; clear: both; + border-radius: 7px; } .forumbg { @@ -272,6 +275,7 @@ a#logo:hover { margin-bottom: 4px; padding: 5px; clear: both; + border-radius: 7px; } .panel { @@ -279,6 +283,7 @@ a#logo:hover { padding: 5px 10px; background-color: #f3f3f3; color: #3f3f3f; + border-radius: 7px; } .post { @@ -286,6 +291,7 @@ a#logo:hover { margin-bottom: 4px; background-repeat: no-repeat; background-position: 100% 0; + border-radius: 7px; } .inner:after { @@ -307,6 +313,10 @@ ul.linklist { overflow: hidden; } +#cp-main .panel { + padding: 5px 10px; +} + ul.linklist li { display: block; list-style-type: none; -- cgit v1.2.1