summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-07-31 12:26:01 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-08-21 14:10:35 +0200
commit8f73bf3713da42bfe6503ef2afbe4a6de3bf44d0 (patch)
tree2448e1adf5287a24272d4551631cdb82f10531bc
parenta8ba6b3b8cdaf39152bce394ad419d28037f687e (diff)
downloadfreeipa-8f73bf3713da42bfe6503ef2afbe4a6de3bf44d0.tar.gz
freeipa-8f73bf3713da42bfe6503ef2afbe4a6de3bf44d0.tar.xz
freeipa-8f73bf3713da42bfe6503ef2afbe4a6de3bf44d0.zip
webui: convert widget.less indentation to spaces
Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
-rw-r--r--install/ui/less/widgets.less98
1 files changed, 49 insertions, 49 deletions
diff --git a/install/ui/less/widgets.less b/install/ui/less/widgets.less
index 7876307f1..2c9818b83 100644
--- a/install/ui/less/widgets.less
+++ b/install/ui/less/widgets.less
@@ -2,71 +2,71 @@
#simple-container {
- .global-activity-indicator {
+ .global-activity-indicator {
- bottom: auto;
- height: auto;
- background-color: rgba(0, 0, 0, 0.3);
- color: white;
- width: 200px;
- text-align: left;
+ bottom: auto;
+ height: auto;
+ background-color: rgba(0, 0, 0, 0.3);
+ color: white;
+ width: 200px;
+ text-align: left;
- .activity-row {
- background-color: transparent;
- display: block;
- padding: 10px 20px;
- }
+ .activity-row {
+ background-color: transparent;
+ display: block;
+ padding: 10px 20px;
+ }
- .activity-text {
- padding: 0px;
- }
+ .activity-text {
+ padding: 0px;
+ }
- .activity-text {
- background-color: transparent;
- }
- }
+ .activity-text {
+ background-color: transparent;
+ }
+ }
- .slider {
- transition-property: all;
- transition-duration: .5s;
- transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
- }
+ .slider {
+ transition-property: all;
+ transition-duration: .5s;
+ transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
+ }
}
.global-activity-indicator {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- text-shadow: none;
- color: black;
- font-size: 20px;
- font-weight: 300;
- height: 80px;
- margin: auto;
- text-align: center;
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ text-shadow: none;
+ color: black;
+ font-size: 20px;
+ font-weight: 300;
+ height: 80px;
+ margin: auto;
+ text-align: center;
- .activity-row {
- display: inline-block;
- background-color: rgba(0, 0, 0, 0.2);
- padding: 7px;
- border: 1px solid rgba(0, 0, 0, 0.2);
- }
+ .activity-row {
+ display: inline-block;
+ background-color: rgba(0, 0, 0, 0.2);
+ padding: 7px;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ }
- .activity-text {
- padding: 3px 14px;
- background-color: white;
- }
+ .activity-text {
+ padding: 3px 14px;
+ background-color: white;
+ }
}
.slider {
- overflow-y: hidden;
+ overflow-y: hidden;
}
#simple-container .slider.closed,
.slider.closed {
- max-height: 0;
- padding: 0;
+ max-height: 0;
+ padding: 0;
}