поправил расположение блока

remotes/origin/pm_task_31703
Mikhail Bortnikov 9 years ago
parent 4ed8826bf7
commit 5d920d8480
  1. 8
      templates/cabinet.html

@ -3,7 +3,8 @@
{% block content %} {% block content %}
<style type="text/css"> <style type="text/css">
.functions{ .functions{
width: 500px; width: 700px;
float: left;
} }
.themes, .homes, .password-change, .open-diplom{ .themes, .homes, .password-change, .open-diplom{
width: 600px; width: 600px;
@ -48,10 +49,7 @@
font-style: bold; font-style: bold;
} }
.courses{ .courses{
position: absolute; float: right;
right: 300px;
top: 70px;
font-size: 18px;
} }
</style> </style>

Loading…
Cancel
Save