Skip to content
Snippets Groups Projects
Commit 24303a45 authored by Bob Mottram's avatar Bob Mottram
Browse files

Change style of users screen

parent 971649b2
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ function web_admin_create_users {
{ echo ' <div class="chip">';
echo " <a href=\"new_user.html\">";
echo ' <img src="images/admin_users.png" alt="Person" width="96" height="96">';
echo ' +';
echo ' <div class="adduser">+</div>';
echo ' </a>';
echo ' </div>';
echo ' </div>';
......
......@@ -32,6 +32,11 @@
font-size: 170%;
color: #72a7cf;
}
.adduser {
font-size: 250%;
font-weight: bold;
color: #72a7cf;
}
.row {
display: -ms-flexbox;
......@@ -57,6 +62,7 @@
font-size: 70%;
line-height: 50px;
border-radius: 25px;
width: 50%;
background-color: #f1f1f1;
}
......@@ -100,7 +106,7 @@
<div class="chip">
<a href="new_user.html">
<img src="images/admin_users.png" alt="Person" width="96" height="96">
+
<div class="adduser">+</div>
</a>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment