17 changed files with 110 additions and 103 deletions
-
7app/assets/js/movim_tpl.js
-
3app/views/chat.tpl
-
2app/views/conf.tpl
-
2app/views/contact.tpl
-
2app/views/help.tpl
-
26app/widgets/Avatar/_avatar_form.tpl
-
4app/widgets/Chats/Chats.php
-
2app/widgets/Chats/chats.js
-
2app/widgets/Contact/_contact.tpl
-
5app/widgets/Notification/Notification.php
-
20app/widgets/Notification/notification.js
-
6app/widgets/Presence/_presence.tpl
-
2app/widgets/Presence/presence.tpl
-
86app/widgets/Vcard4/_vcard4_form.tpl
-
34themes/material/css/block.css
-
8themes/material/css/menu.css
-
2themes/material/css/style.css
@ -1,3 +1,3 @@ |
|||
<ul id="presence_widget" class="active oppose"> |
|||
<ul id="presence_widget" class="active oppose thick"> |
|||
{$presence} |
|||
</ul> |
|||
@ -1,32 +1,20 @@ |
|||
.block { |
|||
width: 50%; |
|||
display: inline-block; |
|||
box-sizing: border-box; |
|||
float: left; |
|||
clear: left; |
|||
.flex { |
|||
display: flex; |
|||
flex-flow: row wrap; |
|||
} |
|||
|
|||
.block:nth-of-type(even) { |
|||
float: right; |
|||
clear: right; |
|||
.flex .block { |
|||
flex: 1 50%; |
|||
padding: 0 1rem; |
|||
} |
|||
|
|||
.block:nth-of-type(even):not(li) { |
|||
padding-left: 2rem; |
|||
} |
|||
|
|||
.block.large { |
|||
width: 100%; |
|||
clear: both; |
|||
.flex .block.large { |
|||
flex: 1 100%; |
|||
} |
|||
|
|||
@media screen and (max-width: 1024px) { |
|||
.block { |
|||
width: 100%; |
|||
padding-right: 2rem; |
|||
} |
|||
|
|||
.block:nth-of-type(even):not(li) { |
|||
padding-left: 0; |
|||
.flex .block { |
|||
flex: 1 100%; |
|||
padding: 0; |
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue