aboutsummaryrefslogtreecommitdiff
path: root/html/display_panel/content/panel-styles.css
diff options
context:
space:
mode:
authorhackademix <giorgio@maone.net>2018-09-13 15:54:10 +0200
committerhackademix <giorgio@maone.net>2018-09-13 15:54:10 +0200
commitf87af55eb50a38ba44fcc0397d93e4989304bc8b (patch)
tree46ff3222f24113e9fa7201cdf989bd823f19d9dc /html/display_panel/content/panel-styles.css
parenta2c93c2663d4f61b3c88d39f27fa492aca999455 (diff)
Refactored panel visual styles to be reused by the general settings page.
Diffstat (limited to 'html/display_panel/content/panel-styles.css')
-rw-r--r--html/display_panel/content/panel-styles.css28
1 files changed, 3 insertions, 25 deletions
diff --git a/html/display_panel/content/panel-styles.css b/html/display_panel/content/panel-styles.css
index 745c67f..0d849e4 100644
--- a/html/display_panel/content/panel-styles.css
+++ b/html/display_panel/content/panel-styles.css
@@ -17,38 +17,16 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-html {
- padding:0px;
- margin:0px;
- color:#000 !important;
- background:url('background-panel.png') !important;
-}
+@import url("/html/common.css");
+
body {
- padding:0;
- margin:10px 30px 10px 20px;
- color:#000;
-width:500px;
+ width:500px;
}
-
#header{
display:block;
width:500px;
}
-.libre {
- width:230px;
- height:104px;
- display:block;
-}
-h1.libre {
- font-size:1.5em;
- font-weight:normal;
- padding:0;
- font-weight:bold;
- background:url('librejs-title.png') no-repeat top left;
- text-indent:-1000px;
- overflow:hidden;
-}
h2 {
font-size:1.1em;
font-weight:bold;