app/assets/stylesheets/familiarity/familiarity.css.scss in familiarity-0.2.2 vs app/assets/stylesheets/familiarity/familiarity.css.scss in familiarity-0.2.4

- old
+ new

@@ -7,13 +7,10 @@ background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #666666), color-stop(50%, #545454), color-stop(51%, #3A3A3A), color-stop(100%, #131313)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#131313', GradientType=0); /* ie */ border-radius: 15px; - bottom: 10px; - right: 10px; - box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8); cursor: pointer; height: 30px; position: fixed; width: 180px; z-index: 1000; @@ -25,9 +22,33 @@ font-weight: bold; line-height: 30px; text-align: center; text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.96); } +} + +.fs_topLeft { + top: 10px; + left: 10px; + box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.8) +} + +.fs_topRight { + top: 10px; + right: 10px; + box-shadow: 5px -5px 5px rgba(0, 0, 0, 0.8) +} + +.fs_bottomRight { + bottom: 10px; + right: 10px; + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8); +} + +.fs_bottomLeft { + bottom: 10px; + left: 10px; + box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.8); } //.familiaritySwitch { // background-color: white; // border-color: #787878; \ No newline at end of file