vendor/assets/stylesheets/semantic-ui/modules/modal.less in semantic-ui-rails-0.0.2.1 vs vendor/assets/stylesheets/semantic-ui/modules/modal.less in semantic-ui-rails-0.1.0
- old
+ new
@@ -1,18 +1,16 @@
/*
- * # Semantic Modal
- * http://github.com/quirkyinc/semantic
+ * # Semantic - Modal
+ * http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
- * Released: Aug 05, 2013
*/
-
/*******************************
Modal
*******************************/
.ui.modal {
@@ -81,12 +79,18 @@
Content
---------------*/
.ui.modal > .content {
display: table;
+ width: 100%;
position: relative;
padding: 2em;
background-color: #F4F4F4;
+
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -ms-box-sizing: border-box;
+ box-sizing: border-box;
}
.ui.modal > .content > .left {
display: table-cell;
padding-right: 5%;
}
\ No newline at end of file