|
@ -1,6 +1,6 @@ |
|
|
/* |
|
|
/* |
|
|
* # Semantic UI |
|
|
* # Semantic UI |
|
|
* Version: 0.8.5 |
|
|
* Version: 0.8.6 |
|
|
* http://github.com/jlukic/semantic-ui |
|
|
* http://github.com/jlukic/semantic-ui |
|
|
* |
|
|
* |
|
|
* |
|
|
* |
|
@ -10791,7 +10791,7 @@ a.ui.teal.label:hover:before { |
|
|
@media only screen and (max-width:768px) { |
|
|
@media only screen and (max-width:768px) { |
|
|
.ui.modal .content .left { |
|
|
.ui.modal .content .left { |
|
|
display: block; |
|
|
display: block; |
|
|
padding: 0 0 0 1em; |
|
|
padding: 0 0 1em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ui.modal .content .right { |
|
|
.ui.modal .content .right { |
|
@ -10802,7 +10802,17 @@ a.ui.teal.label:hover:before { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ui.modal .content .image { |
|
|
.ui.modal .content .image { |
|
|
width: 100%!important; |
|
|
width: auto!important; |
|
|
|
|
|
max-width: 100%; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ui.modal .actions { |
|
|
|
|
|
padding-bottom: 0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ui.modal .actions .buttons, |
|
|
|
|
|
.ui.modal .actions .button { |
|
|
|
|
|
margin-bottom: 1em; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
xxxxxxxxxx