allpy
changeset 1146:cf15f7653423
pair-cores/web: change background of example and add left margin to it
author | Boris Nagaev <bnagaev@gmail.com> |
---|---|
date | Mon, 14 Jan 2013 03:13:04 +0400 |
parents | b203b7d2b9a6 |
children | ab57c49e39fc |
files | pair_cores/web/approot/locales/pair-cores-web.xml pair_cores/web/docroot/css/pair-cores.css |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/pair_cores/web/approot/locales/pair-cores-web.xml Mon Jan 14 03:01:58 2013 +0400 1.2 +++ b/pair_cores/web/approot/locales/pair-cores-web.xml Mon Jan 14 03:13:04 2013 +0400 1.3 @@ -75,7 +75,7 @@ 1.4 <pre>PDBcode_Chain[_Model]</pre> 1.5 </message> 1.6 <message id='pair.main.Example_fasta'> 1.7 - <pre> 1.8 + <pre class='pair_cores_example'> 1.9 >4ail_C 1.10 VLYIDTDGLHAT---IPGGESEEIKKKALEFVKYINS---------KLPGLLELEYE-GFYK 1.11 >3k57_A 1.12 @@ -89,7 +89,7 @@ 1.13 </pre> 1.14 </message> 1.15 <message id='pair.main.Example_fasta_compare'> 1.16 - <pre> 1.17 + <pre class='pair_cores_example'> 1.18 >1PER_L 1.19 SISSRVKSKRIQLGLNQAELAQKVGTTQQSIEQLENGKTK-RPRFLPELASALGVS 1.20 >1PER_R
2.1 --- a/pair_cores/web/docroot/css/pair-cores.css Mon Jan 14 03:01:58 2013 +0400 2.2 +++ b/pair_cores/web/docroot/css/pair-cores.css Mon Jan 14 03:13:04 2013 +0400 2.3 @@ -25,3 +25,9 @@ 2.4 font: bold 150% monospace; 2.5 } 2.6 2.7 +.pair_cores_example { 2.8 + margin-left: 20px; 2.9 + width: 500px !important; 2.10 + background-color: #E8ECDF; 2.11 +} 2.12 +