correctly displaying add sense, translation source and explanation
This commit is contained in:
		
							parent
							
								
									f0f95b16c0
								
							
						
					
					
						commit
						4a80ba878a
					
				@ -65,6 +65,7 @@
 | 
			
		||||
 | 
			
		||||
    .sense {
 | 
			
		||||
      margin-left: 2em;
 | 
			
		||||
      overflow: auto; // contain all elements, some sort of clear: both for me
 | 
			
		||||
 | 
			
		||||
      .sense-definition {
 | 
			
		||||
        //done!
 | 
			
		||||
@ -114,6 +115,20 @@
 | 
			
		||||
            color: @maroon;
 | 
			
		||||
            .translation-element-margin();
 | 
			
		||||
          }
 | 
			
		||||
          .translation-source {
 | 
			
		||||
            vertical-align: super;
 | 
			
		||||
            font-size: 0.7em;
 | 
			
		||||
          }
 | 
			
		||||
          .translation-explanation:not(:empty) {
 | 
			
		||||
            font-style: italic;
 | 
			
		||||
 | 
			
		||||
            &:before {
 | 
			
		||||
              content: '[';
 | 
			
		||||
            }
 | 
			
		||||
            &:after {
 | 
			
		||||
              content: ']';
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
 | 
			
		||||
          ._hoverable();
 | 
			
		||||
        }
 | 
			
		||||
@ -133,8 +148,16 @@
 | 
			
		||||
      .example-arrow, .example-dot {
 | 
			
		||||
        margin-right: 1em;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      .example-text {
 | 
			
		||||
        ._hoverable();
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.add-button {
 | 
			
		||||
  padding: 0 .5em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// if span left of input it is just too high, this is a fix
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user