Author: alevkovsky
Date: 2009-03-17 09:32:59 -0400 (Tue, 17 Mar 2009)
New Revision: 12976
Modified:
trunk/test-applications/realworld2/web/src/main/webapp/layout/template3.xhtml
trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realworld2.css
Log:
Realworld: correct pages
Modified: trunk/test-applications/realworld2/web/src/main/webapp/layout/template3.xhtml
===================================================================
(Binary files differ)
Modified:
trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realworld2.css
===================================================================
---
trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realworld2.css 2009-03-17
13:26:51 UTC (rev 12975)
+++
trunk/test-applications/realworld2/web/src/main/webapp/stylesheet/realworld2.css 2009-03-17
13:32:59 UTC (rev 12976)
@@ -24,8 +24,8 @@
position: absolute;
font-weight: bold;
color: #ffffff;
- right: 25px;
- top: 49px;
+ right: 20px;
+ top: 45px;
}
.top-right-menu {
@@ -110,7 +110,8 @@
}
.logged-user {
- color: #FF7D2A
+ color: #FF7D2A;
+ padding:0 8px 0 0;
}
.main-menu-toolbar {
@@ -703,4 +704,17 @@
color : #DF6400;
text-decoration: underline;
cursor: pointer;
+}
+
+.top-right-bottom-menu-item {
+ vertical-align: top;
+ padding: 0px;
+}
+
+.top-right-bottom-menu-item-link a{
+ font-size: 11px;
+ color: #ffffff;
+ text-decoration: none;
+ font-weight: normal;
+ padding: 0px 0px 0px 15px;
}
\ No newline at end of file