components/openstack/horizon/files/branding/css/solaris2.css
branchs11u3-sru
changeset 6035 c9748fcc32de
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/openstack/horizon/files/branding/css/solaris2.css	Fri May 20 17:42:29 2016 -0400
@@ -0,0 +1,119 @@
+/*
+ *  Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License"); you
+ *  may not use this file except in compliance with the License. You may
+ *  obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ *  implied. See the License for the specific language governing
+ *  permissions and limitations under the License.
+ */
+[ng-controller="LaunchInstanceSourceCtrl"] td.hi-light {
+  color: #0084d1; }
+  [ng-controller="LaunchInstanceSourceCtrl"] th.number,
+  [ng-controller="LaunchInstanceSourceCtrl"] td.number {
+    text-align: right;
+    padding-right: 30px; }
+    [ng-controller="LaunchInstanceSourceCtrl"] .selected-source {
+      background: #eee;
+      padding: 12px 18px;
+      margin-top: 20px;
+      margin-bottom: 20px; }
+      [ng-controller="LaunchInstanceSourceCtrl"] .selected-source .chart {
+        width: 99%;
+        margin-bottom: 0;
+        padding: 10px; }
+        @media (min-width: 768px) {
+          [ng-controller="LaunchInstanceSourceCtrl"] .selected-source .chart {
+            border-left: 1px solid #ccc;
+            padding-left: 20px;   }
+}
+[ng-controller="LaunchInstanceSourceCtrl"] .instance-source {
+  margin-top: 18px;
+  margin-bottom: 40px; }
+  [ng-controller="LaunchInstanceSourceCtrl"] .instance-source .image select {
+    width: 99%; }
+    [ng-controller="LaunchInstanceSourceCtrl"] .instance-source .volume-size input[type="number"] {
+      width: 90%; }
+[ng-controller="LaunchInstanceKeypairCtrl as ctrl"] dl.key-pair-details dt {
+  width: 15%; }
+  [ng-controller="LaunchInstanceKeypairCtrl as ctrl"] dl.key-pair-details dd {
+    width: 85%;
+    margin-left: 15%;
+    padding-right: 25px; }
+    [ng-controller="LaunchInstanceKeypairCtrl as ctrl"] dl.key-pair-details dd pre {
+      background: none; }
+[ng-controller="LaunchInstanceKeypairCtrl as ctrl"] textarea {
+  font-family: Menlo, Monaco, Consolas, 'Courier New'; }
+
+.no-navigation .step {
+  left: 25px; }
+  .no-navigation .form-field {
+    margin-bottom: 1em; }
+[ng-controller="LaunchInstanceSecurityGroupsCtrl as ctrl"] .table-rsp.security-group-details {
+  background: none; }
+  [ng-controller="LaunchInstanceSecurityGroupsCtrl as ctrl"] .table-rsp.security-group-details td {
+    background: none !important;
+    padding: 15px !important; }
+[ng-controller="LaunchInstanceConfigurationCtrl as config"] select {
+  width: 250px; }
+  [ng-controller="LaunchInstanceConfigurationCtrl as config"] textarea {
+    width: 100%;
+    height: 20em;
+    font-family: Menlo, Monaco, Consolas, 'Courier New'; }
+    [ng-controller="LaunchInstanceConfigurationCtrl as config"] .btn-file {
+      position: relative;
+      overflow: hidden; }
+      [ng-controller="LaunchInstanceConfigurationCtrl as config"] .btn-file input[type=file] {
+        position: absolute;
+        top: 0;
+        right: 0;
+        min-width: 100%;
+        min-height: 100%;
+        font-size: 100px;
+        text-align: right;
+        filter: alpha(opacity=0);
+        opacity: 0;
+        outline: none;
+        background: white;
+        cursor: inherit;
+        display: block; }
+[ng-controller="LaunchInstanceConfigurationCtrl as config"] .script-modified {
+  font-width: normal;
+  font-style: italic;
+  color: #888; }
+  [ng-controller="LaunchInstanceConfigurationCtrl as config"] .fa.invalid {
+    display: none; }
+    [ng-controller="LaunchInstanceConfigurationCtrl as config"] .size-indicator.warning {
+      color: #d43f3a;
+      border: none;
+      padding: 0;
+      margin: 0;
+      border: none; }
+      [ng-controller="LaunchInstanceConfigurationCtrl as config"] .size-indicator.warning .fa.invalid {
+        display: inline;
+        color: #f0ad4e;
+        cursor: pointer; }
+[ng-controller="LaunchInstanceConfigurationCtrl as config"] .script-file:after,
+[ng-controller="LaunchInstanceConfigurationCtrl as config"] .disk-partition:after {
+  content: ' ';
+  display: block;
+  clear: both;
+  margin-bottom: 2.5em; }
+#splash .login {
+  background: url('/horizon/static/dashboard/img/OracleSolaris_login_banner.png?6fe43aa9c462') no-repeat; }
+
+  .topbar {
+    height: 79px; }
+    .topbar h1.brand a {
+      display: block;
+      text-indent: -9999px;
+      background: url('/horizon/static/dashboard/img/OpenStack_Dashboard_txt.png?1b4faf81ec9f') center right no-repeat; }
+
+form#user_settings_modal, form#change_password_modal {
+  border: 1px solid #d5dfe6; }