refinerycms 0.9.1.1 → 0.9.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -256,7 +256,7 @@ pre {
|
|
256
256
|
top: 25px;
|
257
257
|
}
|
258
258
|
|
259
|
-
#header h1 {
|
259
|
+
#header h1, #header h1 a {
|
260
260
|
color: white;
|
261
261
|
font-size: 20px;
|
262
262
|
font-weight: normal;
|
@@ -1036,4 +1036,17 @@ ul#plugins {
|
|
1036
1036
|
}
|
1037
1037
|
ul#plugins li {
|
1038
1038
|
list-style: none;
|
1039
|
+
}
|
1040
|
+
.label_inline_with_link label {
|
1041
|
+
float: left;
|
1042
|
+
margin-right: 6px;
|
1043
|
+
}
|
1044
|
+
.label_inline_with_link a {
|
1045
|
+
border: 0px none;
|
1046
|
+
margin-top: 19px;
|
1047
|
+
line-height: 17px;
|
1048
|
+
float: left;
|
1049
|
+
}
|
1050
|
+
.label_inline_with_link a img {
|
1051
|
+
vertical-align: middle;
|
1039
1052
|
}
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<% unless local_request? %>
|
8
8
|
<script type='text/javascript' src="http://www.google.com/jsapi"></script>
|
9
9
|
<script type='text/javascript'>
|
10
|
-
google.load("prototype", "1.6");
|
10
|
+
google.load("prototype", "1.6.1");
|
11
11
|
google.load("scriptaculous", "1.8.2");
|
12
12
|
</script>
|
13
13
|
<% else %>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<div id='page'<%= " class='login'" unless logged_in? %><%= " class='splash'" if logged_in? and params[:action] == "index" %>>
|
7
7
|
<div class='clearfix' id='header'>
|
8
8
|
<h1>
|
9
|
-
<%= just_installed? ? "Welcome to Refinery" : RefinerySetting[:site_name].titleize %>
|
9
|
+
<%= just_installed? ? "Welcome to Refinery" : link_to(RefinerySetting[:site_name].titleize, admin_root_url) %>
|
10
10
|
</h1>
|
11
11
|
<%= link_to "View public site", "/", :target => "_blank", :id => "site_link" if logged_in? %>
|
12
12
|
<% if logged_in? %>
|