From f75682738ab7d11bba0ebbb468d86111be62c070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20HALL?= Date: Sun, 17 Mar 2019 09:25:10 +0100 Subject: [PATCH 1/3] Restyling of options page --- options.html | 21 ++++++++++++++++++--- styles.css | 30 ++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 styles.css diff --git a/options.html b/options.html index e9c1586..d06be28 100644 --- a/options.html +++ b/options.html @@ -3,13 +3,28 @@ + - +
- - +

Extension options

+

+ Learn how to setup your web server and use Xdebug : Learn more. + +

+ +
+ +
diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..3742876 --- /dev/null +++ b/styles.css @@ -0,0 +1,30 @@ +.options ul { + margin: 0; + padding: 0; +} +.options ul li { + list-style: none; + border-left: 3px solid #1726b8; + padding: 10px 0 10px 15px; + margin-bottom: 15px; + background: white; +} +.options ul li:nth-of-type(2) { + border-color: #1d6218; +} +.options ul li:nth-of-type(3) { + border-color: #892d1e; +} +.options ul li h2 { padding : 0; margin: 0;} +.options ul li input[type=checkbox] { + -moz-transform: scale(1.5); /* FF */ + -webkit-transform: scale(1.5); /* Safari and Chrome */ + padding: 10px; + margin-right: 10px; +} +.options .buttons { text-align: left; } +.options form button[type=submit] { + font-size: 1.3em; + width: 15%; + text-align: center; +} \ No newline at end of file From 18a9f9b9c0c6ddfc4362948ede26fddba4dfd1cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20HALL?= Date: Sun, 17 Mar 2019 09:35:28 +0100 Subject: [PATCH 2/3] Some more styling --- manifest.json | 2 +- options.html | 2 +- styles.css | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3416324..56608b9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "description": "Adds a simple button to inject a Xdebug cookie", + "description": "Adds a simple button to inject a Xdebug cookie.", "manifest_version": 2, "name": "Xdebug-ext", "version": "1.1", diff --git a/options.html b/options.html index d06be28..4b41832 100644 --- a/options.html +++ b/options.html @@ -17,7 +17,7 @@

Extension options