]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/baculum/themes/Baculum-v1/style.css
baculum: Implement users management from web interface
[bacula/bacula] / gui / baculum / themes / Baculum-v1 / style.css
index ebab362029824929480844c171bbff49ab338769..57a0789bb74ad4a1fd8847a297ef47780b862f21 100644 (file)
@@ -99,6 +99,12 @@ a.big {
        float: left;
 }
 
+#topbar {
+       background: transparent url('logo.png') no-repeat 10px center;
+       width: 100%;
+       height: 51px;
+}
+
 #logo {
        margin-left: 20px;
 }
@@ -916,7 +922,7 @@ span.tab_active {
        background-color: rgb(163, 180, 197);
 }
 
-#graphs, #dashboard {
+#graphs, #dashboard, #users {
        min-width: 954px;
        max-width: 100%;
        padding: 10px;
@@ -926,6 +932,12 @@ span.tab_active {
        border-right: 1px solid black;
 }
 
+#users input {
+       height: 9px;
+       margin: 0 4px;
+       font-size: 10px;
+}
+
 #graphs span {
        margin: 0 3px;
 }
@@ -999,8 +1011,42 @@ span.tab_active {
 }
 
 #jobs_to_view {
-    width: 240px;
-    margin: 0 2px 0 5px;
+       width: 240px;
+       margin: 0 2px 0 5px;
+}
+
+#users_list {
+       width: 720px;
+       font-size: 13px;
+}
+
+#users_list td {
+       font-style: normal;
+       padding: 3px 5px;
+}
+
+#users_list td:nth-of-type(1) {
+       font-weight: bold;
+}
+
+#users_list tr {
+       cursor: initial;
+}
+
+#users_list td:nth-of-type(1) {
+       width: 200px;
+}
+
+i#users_list td:nth-of-type(1) {
+       width: 120px;
+}
+
+#users_list td:nth-of-type(3) {
+       width: 400px;
+}
+
+#users_list img {
+       float: none;
 }
 
 /* Overwrite date picker classes */