Repository: wicket
Updated Branches:
  refs/heads/WICKET-6490 2b7e11ff8 -> 3a7928885


WICKET-6490 css changed for better buttons.

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3a792888
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3a792888
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3a792888

Branch: refs/heads/WICKET-6490
Commit: 3a79288856bac09546e3a6b616272d5968e0a3d8
Parents: 2b7e11f
Author: Andrea Del Bene <adelb...@apache.org>
Authored: Sun Nov 5 17:22:43 2017 +0100
Committer: Andrea Del Bene <adelb...@apache.org>
Committed: Sun Nov 5 17:22:43 2017 +0100

----------------------------------------------------------------------
 .../apache/wicket/examples/niceurl/Page2PP.html | 20 --------------------
 .../apache/wicket/examples/niceurl/Page2UP.html | 20 --------------------
 .../org/apache/wicket/examples/style.css        |  4 ++--
 3 files changed, 2 insertions(+), 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/3a792888/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page2PP.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page2PP.html 
b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page2PP.html
deleted file mode 100644
index 79db546..0000000
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page2PP.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html xmlns:wicket="http://wicket.apache.org";>
-<head>
-    <title>Wicket Examples - niceurl</title>
-</head>
-<body>
-
-    <wicket:extend>
-    
-    <h2>Welcome to Page2</h2>
-
-    <p><a wicket:id="homeLink" href="#">[go back]</a></p>
-
-       param1: <span wicket:id="p1">param1</span><br/>
-       param2: <span wicket:id="p2">param2</span><br/>
-       
-       <br/><br/>
-       <a href="#" wicket:id="refreshLink">refresh with different params</a>
-       <wicket:extend>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/3a792888/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page2UP.html
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page2UP.html 
b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page2UP.html
deleted file mode 100644
index 1f0de3f..0000000
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page2UP.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html xmlns:wicket="http://wicket.apache.org";>
-<head>
-    <title>Wicket Examples - niceurl</title>
-</head>
-<body>
-
-    <wicket:extend>
-    
-    <h2>Welcome to Page2</h2>
-
-    <p><a wicket:id="homeLink" href="#">[go back]</a></p>
-
-       param1: <span wicket:id="p1">param1</span><br/>
-       param2: <span wicket:id="p2">param2</span><br/>
-       
-       <br/><br/>
-       <a href="#" wicket:id="refreshLink">refresh with different params</a>
-       </wicket:extend>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/wicket/blob/3a792888/wicket-examples/src/main/resources/org/apache/wicket/examples/style.css
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/resources/org/apache/wicket/examples/style.css 
b/wicket-examples/src/main/resources/org/apache/wicket/examples/style.css
index 541427a..328f5bb 100644
--- a/wicket-examples/src/main/resources/org/apache/wicket/examples/style.css
+++ b/wicket-examples/src/main/resources/org/apache/wicket/examples/style.css
@@ -277,8 +277,8 @@ button.button--alert {
   -moz-osx-font-smoothing: grayscale;
   font-weight: bold;
   line-height: 1.5em;
-  margin: 0 0 0.25rem 0;
-  padding: 0.5rem 0.75rem;
+  margin: 0;
+  padding: 0.2rem 0.75rem;
   text-decoration: none;
   vertical-align: bottom; }
   .button:focus,

Reply via email to