rtl controlled for document and transaction show
This commit is contained in:
		
							
								
								
									
										356076
									
								
								public/css/app.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										356076
									
								
								public/css/app.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										27
									
								
								public/css/print.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										27
									
								
								public/css/print.css
									
									
									
									
										vendored
									
									
								
							@@ -25,10 +25,14 @@ th, td
 | 
			
		||||
    margin-bottom: 9px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.right-column {
 | 
			
		||||
html[dir='ltr'] .right-column {
 | 
			
		||||
    text-align: right;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html[dir='rtl'] .right-column {
 | 
			
		||||
    text-align: left;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.small-text {
 | 
			
		||||
    font-size: 10px;
 | 
			
		||||
}
 | 
			
		||||
@@ -239,16 +243,26 @@ html[dir='rtl'] .border-radius-last {
 | 
			
		||||
    border-radius: 10px 0px 0px 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.float-left
 | 
			
		||||
html[dir='ltr'] .float-left
 | 
			
		||||
{
 | 
			
		||||
    float: left !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.float-right
 | 
			
		||||
html[dir='rtl'] .float-left
 | 
			
		||||
{
 | 
			
		||||
    float: right !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html[dir='ltr'] .float-right
 | 
			
		||||
{
 | 
			
		||||
    float: right !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html[dir='rtl'] .float-right
 | 
			
		||||
{
 | 
			
		||||
    float: left !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.font-size-unset
 | 
			
		||||
{
 | 
			
		||||
    font-size: unset;
 | 
			
		||||
@@ -291,11 +305,16 @@ html[dir='rtl'] .text-alignment-right {
 | 
			
		||||
    text-align: left !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.text-right
 | 
			
		||||
html[dir='ltr'] .text-right
 | 
			
		||||
{
 | 
			
		||||
    text-align: right;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html[dir='rtl'] .text-right
 | 
			
		||||
{
 | 
			
		||||
    text-align: left;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.text-center
 | 
			
		||||
{
 | 
			
		||||
    text-align: center;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user