Added adding tile button
This commit is contained in:
		| @@ -153,8 +153,17 @@ | ||||
|     color: #00000020 | ||||
| } | ||||
|  | ||||
| .modification-button.btn-addtile { | ||||
|     font-size: 38px; | ||||
|     color: #00000030; | ||||
| } | ||||
|  | ||||
| .modification-button.btn-addtile:hover { | ||||
|     color: #58ac43; | ||||
| } | ||||
|  | ||||
| .tile { | ||||
|     width: 90%; | ||||
|     width: 100%; | ||||
|     padding-top: 40%; | ||||
|     border: 1px solid gray; | ||||
|     border-radius: 3px; | ||||
|   | ||||
| @@ -145,6 +145,9 @@ | ||||
|                         </div> | ||||
|                     </div> --> | ||||
|                 </div> | ||||
|                 <div class="max-width centered-content small-vertical-margin"> | ||||
|                     <button class="modification-button btn-addtile"><i class="icon-plus"></i></button> | ||||
|                 </div> | ||||
|             </div> | ||||
|         </div> | ||||
|         <div class="tooltip-window lite"> | ||||
|   | ||||
| @@ -153,8 +153,17 @@ | ||||
|     color: #00000020 | ||||
| } | ||||
|  | ||||
| .modification-button.btn-addtile { | ||||
|     font-size: 38px; | ||||
|     color: #00000030; | ||||
| } | ||||
|  | ||||
| .modification-button.btn-addtile:hover { | ||||
|     color: #58ac43; | ||||
| } | ||||
|  | ||||
| .tile { | ||||
|     width: 90%; | ||||
|     width: 100%; | ||||
|     padding-top: 40%; | ||||
|     border: 1px solid gray; | ||||
|     border-radius: 3px; | ||||
|   | ||||
| @@ -145,6 +145,9 @@ | ||||
|                         </div> | ||||
|                     </div> --> | ||||
|                 </div> | ||||
|                 <div class="max-width centered-content small-vertical-margin"> | ||||
|                     <button class="modification-button btn-addtile"><i class="icon-plus"></i></button> | ||||
|                 </div> | ||||
|             </div> | ||||
|         </div> | ||||
|         <div class="tooltip-window lite"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user