|
@@ -16,59 +16,42 @@
|
|
|
limitations under the License.
|
|
limitations under the License.
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
-.fixed {
|
|
|
|
|
- position: fixed;
|
|
|
|
|
- top: 80px;
|
|
|
|
|
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
|
|
|
|
|
- -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
|
|
|
|
- -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
|
|
|
|
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.sortable {
|
|
|
|
|
- cursor: pointer;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.file-row {
|
|
|
|
|
- height: 37px;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+.useradmin {
|
|
|
|
|
+ .fixed {
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ top: 80px;
|
|
|
|
|
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
|
|
|
|
|
+ -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
|
|
|
|
+ -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
|
|
|
|
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
-.steps {
|
|
|
|
|
- padding-top: 20px;
|
|
|
|
|
- margin-bottom: 100px;
|
|
|
|
|
- border: 1px solid #DDDDDD;
|
|
|
|
|
- border-top: transparent;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ .sortable {
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
-#editUserComponents .section {
|
|
|
|
|
- margin: 20px;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ .file-row {
|
|
|
|
|
+ height: 37px;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
-#editUserComponents input[type=submit] {
|
|
|
|
|
- margin-left: 50px;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ .steps {
|
|
|
|
|
+ padding-top: 20px;
|
|
|
|
|
+ margin-bottom: 100px;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
-#editUserComponents .nav-tabs .active {
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ #editUserComponents .section {
|
|
|
|
|
+ margin: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
-#editUserComponents .title {
|
|
|
|
|
- margin-top: 5px;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ #editUserComponents input[type=submit] {
|
|
|
|
|
+ margin-left: 50px;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
-#editUserComponents .form-actions {
|
|
|
|
|
- padding-left: 0 !important;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ #editUserComponents .nav-tabs .active {
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
-@media all and (max-height: 800px) {
|
|
|
|
|
- .form-actions {
|
|
|
|
|
- z-index: 2;
|
|
|
|
|
- border-top: 1px solid #F1F1F1;
|
|
|
|
|
- position: fixed;
|
|
|
|
|
- bottom: 0;
|
|
|
|
|
- left: 0;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- margin: 0;
|
|
|
|
|
- padding-left: 20px !important;
|
|
|
|
|
|
|
+ #editUserComponents .title {
|
|
|
|
|
+ margin-top: 5px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|