summaryrefslogtreecommitdiffstats
path: root/install/static/ipa.css
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/ipa.css')
-rw-r--r--install/static/ipa.css19
1 files changed, 15 insertions, 4 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css
index 940a1d57b..491142d53 100644
--- a/install/static/ipa.css
+++ b/install/static/ipa.css
@@ -103,12 +103,12 @@ ul#viewtype li a {
font-weight: normal;
}
-div#details div#buttons {
+div.details div.details-buttons {
float: right;
margin-right: 15px;
}
-div#details div#buttons img {
+div.details div.details-buttons img {
border: 0;
}
@@ -131,6 +131,15 @@ hr {
margin-top: 10px;
}
+.details-section {
+ margin-left: 45px;
+ margin-right: 15px;
+ margin-top: 18px;
+ white-space: nowrap;
+ padding-bottom: 18px;
+ padding-right: 18px;
+}
+
dl.entryattrs {
clear: both;
margin-left: 15px;
@@ -226,9 +235,9 @@ span.main-separator{
-/* Search */
+/* Entity */
-.search-container{
+.entity-container{
float: left;
width: 80%;
margin: 10px;
@@ -236,6 +245,8 @@ span.main-separator{
background: #e8e8e8;
}
+/* Search */
+
.search-controls {
background:#a5a5a5;
}