Explorar el Código

fixes #3839

Uses width set to 800px for invite div instead of position fixed. It
looks the same for desktop and makes the button clickable on smaller
resolutions and mobile. Although it is not really responsive so the
text will be small on mobiles. Better that though than a non-clickable
button.
Daniel Lee hace 10 años
padre
commit
be2e2577b8
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      public/less/login.less

+ 1 - 5
public/less/login.less

@@ -110,13 +110,9 @@
   text-align: center;
   text-align: center;
   border: 1px solid @grafanaTargetFuncBackground;
   border: 1px solid @grafanaTargetFuncBackground;
 	background-color: @grafanaPanelBackground;
 	background-color: @grafanaPanelBackground;
-	position: fixed;
-  max-width: 800px;
-  left: 0;
-  right: 0;
+  width: 800px;
   margin-left: auto;
   margin-left: auto;
   margin-right: auto;
   margin-right: auto;
-  top: 20%;
 
 
   .tight-form {
   .tight-form {
     text-align: left;
     text-align: left;