summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-03-28 18:25:13 +0100
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:21 +0200
commit344e15452a64ef9dc43a66a7e0085aef0eb7c175 (patch)
tree9de89a8114c32d20d3774c8fc29f50384ed3e258 /install/ui/ipa.css
parent917d834c6549a3b76a65c37264f1b068ee88004e (diff)
downloadfreeipa-344e15452a64ef9dc43a66a7e0085aef0eb7c175.tar.gz
freeipa-344e15452a64ef9dc43a66a7e0085aef0eb7c175.tar.xz
freeipa-344e15452a64ef9dc43a66a7e0085aef0eb7c175.zip
Replace id usage in App widget by class
https://fedorahosted.org/freeipa/ticket/3236
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css28
1 files changed, 14 insertions, 14 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 0fca9ce0a..5c141bc13 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -64,7 +64,7 @@ body {
/* ---- Container ---- */
-#container {
+.app-container {
position: absolute;
top: 0;
left: 0;
@@ -76,7 +76,7 @@ body {
/* ---- Background ---- */
-#background-header {
+.background-header {
position: absolute;
top: 0;
left: 0;
@@ -85,7 +85,7 @@ body {
background: url(images/top-background.png) #0C3B00;
}
-#background-navigation {
+.background-navigation {
position: absolute;
top: 34px;
left: 0;
@@ -94,7 +94,7 @@ body {
background: url(images/mainnav-background.png);
}
-#background-left {
+.background-left {
position: absolute;
top: 106px;
left: 0;
@@ -104,7 +104,7 @@ body {
background-repeat: no-repeat;
}
-#background-center {
+.background-center {
position: absolute;
top: 106px;
left: 10px;
@@ -114,7 +114,7 @@ body {
background-repeat: repeat-x;
}
-#background-right {
+.background-right {
position: absolute;
top: 106px;
right: 0;
@@ -207,7 +207,7 @@ body {
}
/* ---- Header ---- */
-#header {
+.header {
position: absolute;
top: 0;
left: 6px;
@@ -216,25 +216,25 @@ body {
background: transparent;
}
-#header a {
+.header a {
text-decoration: none;
}
-#header a:link {
+.header a:link {
text-decoration: none;
color: white;
}
-#header a:visited {
+.header a:visited {
text-decoration: none;
color: white;
}
-#header span.header-logo {
+.header span.header-logo {
padding-left: 2em;
}
-#header span.header-logo a img {
+.header span.header-logo a img {
border: 0;
}
@@ -433,7 +433,7 @@ body {
}
/* ---- Content ---- */
-#content {
+.content {
position: absolute;
top: 151px;
left: 6px;
@@ -441,7 +441,7 @@ body {
bottom: 10px;
}
-#content.nav-space-3 {
+.content.nav-space-3 {
top: 175px;
}