#242 Just some minor refinement on spacing/padding etc
Closed 7 years ago by duffy. Opened 7 years ago by duffy.
duffy/fedora-hubs minor-css-fixes  into  develop

file modified
+11 -2
@@ -136,8 +136,11 @@ 

        margin-bottom: 0px;

      }

      .widget-buttons {

-       padding: 5px;

-       /* TODO -- lots more nice styling here... */

+       padding: .5rem;

+     }

+     

+     .widget .widget-buttons a {

+       margin-right: .4rem;

      }

  

      .panel {
@@ -403,3 +406,9 @@ 

  header h5.m-b-1 {

    margin-top: 0.5rem!important;

  }

+ 

+ /** not sure if this is coming from fedora bootstrap but it's card related **/

+ 

+ .card .panel-footer {

+   padding-bottom: 2rem; /* fixes request new meeting button padding on the upcoming meeting widget */

+ }

no initial comment

Pull-Request has been closed by duffy

7 years ago
Metadata