comparison rhodecode/public/css/style.css @ 4151:8b8f4a93c364 rhodecode-2.2.5-gpl

old style: show compare "Compare Revisions" inline ... and do the same with all other buttons
author Mads Kiilerich <madski@unity3d.com>
date Wed, 02 Jul 2014 19:03:24 -0400
parents 932d589a89c4
children 8d1125a40973
comparison
equal deleted inserted replaced
4150:932d589a89c4 4151:8b8f4a93c364
3594 -khtml-border-radius: 4px 4px 4px 4px !important; 3594 -khtml-border-radius: 4px 4px 4px 4px !important;
3595 border-radius: 4px 4px 4px 4px !important; 3595 border-radius: 4px 4px 4px 4px !important;
3596 cursor: pointer !important; 3596 cursor: pointer !important;
3597 padding: 3px 3px 3px 3px; 3597 padding: 3px 3px 3px 3px;
3598 background-position: 0 -100px; 3598 background-position: 0 -100px;
3599 3599 display: inline-block;
3600 } 3600 }
3601 3601
3602 /* make .btn inputs and buttons and divs look the same */ 3602 /* make .btn inputs and buttons and divs look the same */
3603 button.btn, 3603 button.btn,
3604 input.btn { 3604 input.btn {