app/assets/stylesheets/ish_manager/application.scss in ish_manager-0.1.8.374 vs app/assets/stylesheets/ish_manager/application.scss in ish_manager-0.1.8.376

- old
+ new

@@ -23,15 +23,19 @@ *= require ish_manager/videos * **/ a[target='_blank'] { + display: flex; + &::before { - content: '[ ' + content: '[ '; + display: inline; } &::after { content: ' ^]'; + display: inline; // content: ' ^]' !important; // font-size: .5em; } } html { @@ -72,10 +76,14 @@ } .expand-next + form { // border: 1px solid red !important; // display: none !important; } +.expand-hide { + display: none; + position: absolute; +} .alert { border: 1px solid red; padding: .8em; } @@ -160,12 +168,12 @@ } /* D */ table.dataTable { - border: 1px solid red; - padding: 1em; + // border: 1px solid red; + // padding: 1em; border-radius: 5px; box-sizing: border-box; background: white; } @@ -214,13 +222,9 @@ } /* H */ .hide, .hidden { display: none !important; -} -.hide-expand { - display: none; - position: absolute; } /* I */ img.img-400 { width: 400px;