]> git.p6c8.net - jirafeau/jirafeau.git/blobdiff - media/industrial/style.css.php
Applied CSS for "show password box" to other themes
[jirafeau/jirafeau.git] / media / industrial / style.css.php
index d4c02bdc5237c96420e9fda3bb643ed47306c951..e9d3090c2d1c190aa8c8533e55811f4046f92dd7 100644 (file)
@@ -184,8 +184,32 @@ input:hover {
   color: red;
 }
 
   color: red;
 }
 
+#upload_link_email {
+  margin-left: 10px;
+}
+
 #upload_image_email {
   padding-left: 20px;
 #upload_image_email {
   padding-left: 20px;
-  margin-left: 10px;
+  padding-bottom: 15px;
   background: url(email.png) no-repeat;
 }
   background: url(email.png) no-repeat;
 }
+
+#show_password {
+  flex: 1 1 auto;
+  position: absolute;
+  right: 0%;
+  background: none;
+  border: none;
+  cursor: pointer;
+  opacity: 30%;
+}
+#show_password:hover {
+  opacity: 100%;
+}
+
+.passwordcolumn {
+  display: flex;
+  position: relative;
+  align-items: center;
+  width: 100%;
+}

patrick-canterino.de