diff options
| author | tspitzer | 2013-06-17 08:34:51 +0200 |
|---|---|---|
| committer | tspitzer | 2013-06-17 08:34:51 +0200 |
| commit | 9efa7374067eca0841baaa145eb1514d36829fa5 (patch) | |
| tree | c743aae8ef64c5cb30e7f731388045f8d2d379f1 /Dozentenmodul_V1/WebContent/css/Layout.css | |
| parent | initial (diff) | |
| download | tutor-module-9efa7374067eca0841baaa145eb1514d36829fa5.tar.gz tutor-module-9efa7374067eca0841baaa145eb1514d36829fa5.tar.xz tutor-module-9efa7374067eca0841baaa145eb1514d36829fa5.zip | |
new Loginscreen
Diffstat (limited to 'Dozentenmodul_V1/WebContent/css/Layout.css')
| -rw-r--r-- | Dozentenmodul_V1/WebContent/css/Layout.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Dozentenmodul_V1/WebContent/css/Layout.css b/Dozentenmodul_V1/WebContent/css/Layout.css index 0d2bb44e..a12b797b 100644 --- a/Dozentenmodul_V1/WebContent/css/Layout.css +++ b/Dozentenmodul_V1/WebContent/css/Layout.css @@ -118,3 +118,11 @@ div.tabcontents width:300px;
}
+
+input{
+
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+}
+
|
